Use faded green for success colours
This commit is contained in:
parent
cb3cf212b8
commit
b2d34078ab
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ foreground = #dfdfdf
|
|||
primary = #285577
|
||||
secondary = #333333
|
||||
alert = #bd2c40
|
||||
success = #0d0
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
|
@ -112,7 +113,7 @@ menu-0-0 = Shutdown
|
|||
menu-0-0-foreground = ${colors.alert}
|
||||
menu-0-0-exec = shutdown -h now
|
||||
menu-0-1 = Restart
|
||||
menu-0-1-foreground = #0F0
|
||||
menu-0-1-foreground = ${colors.success}
|
||||
menu-0-1-exec = shutdown -r now
|
||||
label-separator = " | "
|
||||
expand-right = false
|
||||
|
@ -143,7 +144,7 @@ poll-interval = ${module/battery.poll-interval}
|
|||
type = internal/network
|
||||
interface = wlp2s0
|
||||
label-connected = %local_ip% (%essid%)
|
||||
label-connected-foreground = #0F0
|
||||
label-connected-foreground = ${colors.success}
|
||||
label-packetloss = ${self.label-connected}
|
||||
|
||||
[module/eno1]
|
||||
|
|
Loading…
Reference in a new issue