diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-10-08 15:29:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-10-08 15:29:59 +0300 |
commit | 5028fa7ea213f435627d867e7ef1f9f19603ac16 (patch) | |
tree | 0e5e657b8f7c49793c4b377fd6a03d346c3772ec /dotfiles/.config/waybar/config | |
parent | 4fd756b2f2d1c817b5e22a22d8252e5be7b552cb (diff) | |
download | swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.tar.gz swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.zip |
nmtui shortcut, wf-recorder shortcut
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 3eb4dae..6ff853e 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -142,6 +142,11 @@ }, "on-click": "termite -e ncpamixer" }, + "custom/rec-status": { + "format": "{}", + "signal": 5, + "exec": "$HOME/.scripts/i3barrecstatus" + }, "custom/weather": { "format": "{}", "interval": 900, |