Fix color-usage in polybar

This commit is contained in:
Tobias Reisinger 2021-04-09 19:14:53 +02:00
parent 7df492d014
commit f04e3b1aef
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 37 additions and 30 deletions

View file

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