diff options
-rwxr-xr-x | polybar/.config/polybar/config | 2 | ||||
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 9651eff..c91949f 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -3,7 +3,7 @@ screenchange-reload = true | |||
3 | 3 | ||
4 | [colors] | 4 | [colors] |
5 | ;background = ${xrdb:background:#060808} | 5 | ;background = ${xrdb:background:#060808} |
6 | background = #00171a1f | 6 | background = #171a1f |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #b7b7b7 | 9 | foreground = #b7b7b7 |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 79629ea..61bff1c 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -28,8 +28,10 @@ super + Escape | |||
28 | # volume | 28 | # volume |
29 | XF86Audio{RaiseVolume,LowerVolume} | 29 | XF86Audio{RaiseVolume,LowerVolume} |
30 | pulsemixer --change-volume {+5,-5} | 30 | pulsemixer --change-volume {+5,-5} |
31 | XF86Audio{Mute,MicMute} | 31 | XF86AudioMute |
32 | pulsemixer --toggle-mute {--id sink-0,--id source-1} | 32 | pulsemixer --toggle-mute |
33 | XF86AudioMicMute | ||
34 | pulsemixer --toggle-mute --id source-1 | ||
33 | 35 | ||
34 | # display | 36 | # display |
35 | XF86Favorites | 37 | XF86Favorites |