Browse Source

Get sound to appear (YMMV based on card)

master
Taylor Bockman 9 years ago
parent
commit
d4c0fa07d2
  1. 10
      dotfiles/config/i3/.i3status.conf
  2. 2
      dotfiles/config/i3/config

10
dotfiles/config/i3/.i3status.conf

@ -4,7 +4,7 @@ general {
color_good = "#a5d1ed"
color_bad = "#7F2F25"
color_degraded = "#87C2EA"
interval = 5
interval = 1
}
order += "ipv6"
@ -32,6 +32,14 @@ ethernet eth0 {
format_down = "E: down"
}
volume master {
format = "♪: %volume"
format_muted = "♪: muted (%volume)"
device = "hw:1"
mixer = "Master"
mixer_idx = 0
}
battery 0 {
format = "%status %percentage %remaining %emptytime"
format_down = "No battery"

2
dotfiles/config/i3/config

@ -129,7 +129,7 @@ bindsym $mod+Shift+0 move container to workspace 10
# Window configurations
for_window [class="^.*"] border pixel 1
for_window [title="htop"] floating enable
# for_window [title="htop"] floating enable
# bind function keys
bindsym XF86AudioMute exec ponymix toggle

Loading…
Cancel
Save