Add some required packages for gorice to upgrade script, update gorice polybar module

This commit is contained in:
natemaia
2017-10-30 04:55:38 -07:00
parent 286f2cc7eb
commit bb55aa342f
2 changed files with 11 additions and 7 deletions

View File

@ -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" &