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:]'
|
||||
|
||||
|
||||
@ -55,16 +55,16 @@ label-active = %icon% %name%
|
||||
label-occupied = %icon% %name%
|
||||
label-urgent = %icon% %name%
|
||||
label-empty = %icon% %name%
|
||||
label-occupied-padding = 1
|
||||
label-empty-padding = 1
|
||||
label-urgent-padding = 1
|
||||
label-active-padding = 1
|
||||
label-active-foreground = ${colors.blue}
|
||||
label-active-underline = ${colors.blue}
|
||||
label-occupied-padding = 1
|
||||
label-empty-padding = 1
|
||||
label-urgent-padding = 1
|
||||
label-active-padding = 1
|
||||
label-active-foreground = ${colors.blue}
|
||||
label-active-underline = ${colors.blue}
|
||||
label-occupied-underline = ${colors.blue}
|
||||
label-urgent-foreground = ${colors.urgent}
|
||||
label-urgent-underline = ${colors.urgent}
|
||||
label-empty-foreground = ${colors.foreground}
|
||||
label-urgent-foreground = ${colors.urgent}
|
||||
label-urgent-underline = ${colors.urgent}
|
||||
label-empty-foreground = ${colors.foreground}
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
@ -209,19 +209,19 @@ ramp-coreload-5-foreground = ${colors.urgent}
|
||||
;; MEM ;;
|
||||
;;;;;;;;;
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 3
|
||||
format = <label>
|
||||
type = internal/memory
|
||||
interval = 3
|
||||
format = <label>
|
||||
label-padding = 1
|
||||
label = %{A1:termite --exec=htop & disown:} %percentage_used%%%{A}
|
||||
label = %{A1:termite --exec=htop & disown:} %percentage_used%%%{A}
|
||||
|
||||
|
||||
;;;;;;;;;
|
||||
;; PKG ;;
|
||||
;;;;;;;;;
|
||||
[module/pkg]
|
||||
type = custom/script
|
||||
exec = check-updates
|
||||
type = custom/script
|
||||
exec = check-updates
|
||||
exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
|
||||
label = %{A1:termite --exec=pacli & disown:} %{A3:termite --exec=pacli & disown:}%output%%{A} %{A}
|
||||
tail = true
|
||||
@ -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