summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpolybar/.config/polybar/config2
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc6
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}
6background = #00171a1f 6background = #171a1f
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:foreground:#c5c8c6} 8;foreground = ${xrdb:foreground:#c5c8c6}
9foreground = #b7b7b7 9foreground = #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
29XF86Audio{RaiseVolume,LowerVolume} 29XF86Audio{RaiseVolume,LowerVolume}
30 pulsemixer --change-volume {+5,-5} 30 pulsemixer --change-volume {+5,-5}
31XF86Audio{Mute,MicMute} 31XF86AudioMute
32 pulsemixer --toggle-mute {--id sink-0,--id source-1} 32 pulsemixer --toggle-mute
33XF86AudioMicMute
34 pulsemixer --toggle-mute --id source-1
33 35
34# display 36# display
35XF86Favorites 37XF86Favorites