polybar fonts test
This commit is contained in:
parent
c1c1c18ca0
commit
efa0b4670e
|
|
@ -72,7 +72,7 @@ type = custom/script
|
||||||
interval = 256
|
interval = 256
|
||||||
format = "<label> "
|
format = "<label> "
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
;format-prefix " "
|
;format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground}
|
||||||
exec = echo "$(uname -nr)"
|
exec = echo "$(uname -nr)"
|
||||||
|
|
||||||
|
|
@ -115,8 +115,9 @@ exec = "~/.config/Scripts/arch-updates.sh -s"
|
||||||
tail = true
|
tail = true
|
||||||
format = <label>
|
format = <label>
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
click-right = "~/.config/Scripts/arch-updates.sh -u&"
|
;click-right = "~/.config/Scripts/arch-updates.sh -u&"
|
||||||
click-left = "~/.config/Scripts/arch-updates.sh -c&"
|
click-left = urxvt -e yay --noconfirm -Syu
|
||||||
|
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
||||||
click-middle = "~/.config/Scripts/arch-updates.sh -n"
|
click-middle = "~/.config/Scripts/arch-updates.sh -n"
|
||||||
;exec = CHECKUPDATES_DB=$(mktemp -d) ~/.config/Scripts/pkg.sh
|
;exec = CHECKUPDATES_DB=$(mktemp -d) ~/.config/Scripts/pkg.sh
|
||||||
;exec = ~/.config/Scripts/updates-arch-yay.sh
|
;exec = ~/.config/Scripts/updates-arch-yay.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue