Fix color-usage in polybar
This commit is contained in:
parent
7df492d014
commit
f04e3b1aef
3 changed files with 37 additions and 30 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #8bf
|
||||
format-underline = ${colors.pink}
|
||||
format = <label>
|
||||
|
||||
label = %output:4%
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #1794D1
|
||||
format-underline = ${colors.cyan}
|
||||
format = <label>
|
||||
|
||||
click-left = alacritty -e sh -c "$HOME/.local/bin/archlinux-update; checkupdates > $HOME/.cache/archlinux-updates.txt; read" &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue