mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Change st zoom keybind
This commit is contained in:
parent
57aad4d528
commit
90a7d7ceb3
17 changed files with 82 additions and 529 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue