diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index c95f645..ebc7a7f 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -200,18 +200,6 @@ new_float normal gaps inner 8 smart_borders on -#for_window [instance="terminator"] border none -#for_window [instance="urxvt"] border none -#for_window [instance="xterm"] border none -#for_window [instance="gvim"] border none -#for_window [class="thunderbird"] border none -#for_window [class="chrome"] border none -#for_window [class="Chromium"] border none -#for_window [class="(?i)opera"] border none -#for_window [class="(?i)firefox"] border none -#for_window [instance="dwb"] border none -#for_window [instance="subl3"] border none - # border background text indicator client.focused #660000 #880000 #ffffff #ff0000 client.focused_inactive #252525 #888888 #222222 #000000 diff --git a/i3/i3.dotfile/status.py b/i3/i3.dotfile/status.py index a0737d6..c1ab69c 100644 --- a/i3/i3.dotfile/status.py +++ b/i3/i3.dotfile/status.py @@ -43,10 +43,9 @@ status.register("disk", critical_limit=10, critical_color=COLORS['Red']) -status.register("alsa", +status.register("pulseaudio", format="♪{volume}%{muted}", - card=1, - color=COLORS['White'], + color_unmuted=COLORS['White'], color_muted=COLORS['Yellow'], muted="M")