Add some required packages for gorice to upgrade script, update gorice polybar module
This commit is contained in:
@ -7,13 +7,14 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[module/config]
|
||||
type = custom/script
|
||||
exec = echo ""
|
||||
format-prefix = " "
|
||||
interval = 5
|
||||
exec = grep "current" $HOME/.gorice/templates/i3/data.json | cut -d '"' -f22 | cut -d . -f1 | cut -d / -f2
|
||||
label = %output%
|
||||
label-padding = 2
|
||||
format-padding = 2
|
||||
format = <label>
|
||||
click-left = gorice dump i3 ~/.gorice/output.yaml.template; config_ui &
|
||||
click-right = termite "--exec=$HOME/go/bin/gorice edit i3/current" &
|
||||
click-right = termite "--exec=gorice edit i3/current" &
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user