diff options
author | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
commit | 90a7d7ceb3087efc6bd528c5930d62ab3237fe13 (patch) | |
tree | f2a4105a5ee2cc3c586184813980be8876564482 /config/polybar | |
parent | 57aad4d5284bfecfbe8c3d30dd5ae5c65534ac68 (diff) |
Change st zoom keybind
Diffstat (limited to 'config/polybar')
-rw-r--r-- | config/polybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/polybar/config b/config/polybar/config index a08cc24..18a7eae 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -40,7 +40,7 @@ modules-right = time [bar/ws] inherit = bar/base -width = 2510 +width = 1870 offset-x = 25 offset-y = 10 modules-left = workspaces xwindow @@ -140,7 +140,7 @@ label-muted = "%{T3} %{T-}--%" type = custom/script exec = pactl list sources | grep -qi 'Mute: yes' && echo "" || echo "" interval = 1 -click-left = $HOME/.scripts/toggle-mute.sh +click-left = $HOME/.scripts/toggle-mic.sh [module/vpn] type = custom/script @@ -153,7 +153,7 @@ format-prefix-foreground = #5b [module/temperature] type = custom/script -exec = sensors | awk '/^Tctl:/ { print substr($2, 2) }' +exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }' format-prefix = " " interval = 1 |