Large update to upgrade script, remove unneccessary configs, add additional and fixups
This commit is contained in:
@ -18,7 +18,7 @@ inherit = bar/master
|
||||
monitor =
|
||||
|
||||
modules-left = jgmenu config workspaces
|
||||
modules-center = clock window_switch
|
||||
modules-center = window_switch clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
|
@ -10,7 +10,7 @@ type = custom/script
|
||||
label = %output%
|
||||
label-padding = 1
|
||||
interval = 10
|
||||
exec = echo "MENU"
|
||||
exec = echo "Menu"
|
||||
click-left = jgmenu_run lx
|
||||
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
||||
|
||||
@ -22,11 +22,11 @@ click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
||||
type = custom/script
|
||||
interval = 5
|
||||
label = %output%
|
||||
format-padding = 2
|
||||
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 "GO"
|
||||
exec = echo ""
|
||||
;exec = grep "current" data.json | cut -d '"' -f22 | cut -d . -f1 | cut -d / -f2 | tr '[:lower:]' '[:upper:]'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user