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
|
primary = #285577
|
||||||
secondary = #333333
|
secondary = #333333
|
||||||
alert = #bd2c40
|
alert = #bd2c40
|
||||||
|
success = #0d0
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
@ -112,7 +113,7 @@ menu-0-0 = Shutdown
|
||||||
menu-0-0-foreground = ${colors.alert}
|
menu-0-0-foreground = ${colors.alert}
|
||||||
menu-0-0-exec = shutdown -h now
|
menu-0-0-exec = shutdown -h now
|
||||||
menu-0-1 = Restart
|
menu-0-1 = Restart
|
||||||
menu-0-1-foreground = #0F0
|
menu-0-1-foreground = ${colors.success}
|
||||||
menu-0-1-exec = shutdown -r now
|
menu-0-1-exec = shutdown -r now
|
||||||
label-separator = " | "
|
label-separator = " | "
|
||||||
expand-right = false
|
expand-right = false
|
||||||
|
@ -143,7 +144,7 @@ poll-interval = ${module/battery.poll-interval}
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp2s0
|
||||||
label-connected = %local_ip% (%essid%)
|
label-connected = %local_ip% (%essid%)
|
||||||
label-connected-foreground = #0F0
|
label-connected-foreground = ${colors.success}
|
||||||
label-packetloss = ${self.label-connected}
|
label-packetloss = ${self.label-connected}
|
||||||
|
|
||||||
[module/eno1]
|
[module/eno1]
|
||||||
|
|
Loading…
Reference in a new issue