Fix double tail command in polybar module, fix icons
This commit is contained in:
parent
48ce00ab51
commit
8a11bf9edd
@ -8,9 +8,9 @@
|
||||
[module/jgmenu]
|
||||
type = custom/script
|
||||
label = %output%
|
||||
label-padding = 1
|
||||
label-padding = 2
|
||||
interval = 10
|
||||
exec = echo "Menu"
|
||||
exec = echo ""
|
||||
click-left = jgmenu_run lx
|
||||
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
||||
|
||||
@ -26,7 +26,7 @@ format-padding = 1
|
||||
format = <label>
|
||||
click-right = termite "--exec=gorice edit i3/current" &
|
||||
click-left = gorice dump i3 ~/.gorice/output.yaml.template; config_ui &
|
||||
exec = echo ""
|
||||
exec = echo ""
|
||||
;exec = grep "current" data.json | cut -d '"' -f22 | cut -d . -f1 | cut -d / -f2 | tr '[:lower:]' '[:upper:]'
|
||||
|
||||
|
||||
@ -422,7 +422,6 @@ type = custom/script
|
||||
tail = true
|
||||
exec = toggle-redshift
|
||||
label = %output%
|
||||
tail = true
|
||||
click-left = toggle-redshift --toggle
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user