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