Update polybay
This commit is contained in:
@@ -14,8 +14,6 @@
|
|||||||
[colors]
|
[colors]
|
||||||
background = #1C1B1D
|
background = #1C1B1D
|
||||||
foreground = #ffffff
|
foreground = #ffffff
|
||||||
urgent = #e06c75
|
|
||||||
accent = #98c379
|
|
||||||
|
|
||||||
black = "#24272a"
|
black = "#24272a"
|
||||||
red = "#E06C75"
|
red = "#E06C75"
|
||||||
@@ -26,6 +24,9 @@ magenta = "#C678DD"
|
|||||||
cyan = "#56B6C2"
|
cyan = "#56B6C2"
|
||||||
white = "#D8D8D8"
|
white = "#D8D8D8"
|
||||||
|
|
||||||
|
urgent = ${colors.red}
|
||||||
|
accent = ${colors.green}
|
||||||
|
|
||||||
[bar/laptop]
|
[bar/laptop]
|
||||||
monitor = ${env:MONITOR}
|
monitor = ${env:MONITOR}
|
||||||
|
|
||||||
@@ -98,8 +99,8 @@ label-visible = "%icon%"
|
|||||||
label-visible-padding = 2
|
label-visible-padding = 2
|
||||||
|
|
||||||
label-urgent = "%icon%"
|
label-urgent = "%icon%"
|
||||||
label-urgent-background = ${colors.urgent}
|
label-urgent-overline = ${colors.urgent}
|
||||||
label-urgent-foreground = ${colors.background}
|
label-urgent-foreground = ${colors.urgent}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
label-mode = "%mode%"
|
label-mode = "%mode%"
|
||||||
|
|||||||
Reference in New Issue
Block a user