minor progress..
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
background = #080b1b
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #62b9cb
|
||||
primary = #15D7E5
|
||||
secondary = #8ABEB7
|
||||
alert = #A54242
|
||||
disabled = #707880
|
||||
magenta = #E02482
|
||||
|
||||
[bar/toph]
|
||||
width = 100%
|
||||
@@ -92,7 +93,7 @@ label-occupied = %name%
|
||||
label-occupied-padding = 1
|
||||
|
||||
label-urgent = %name%
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-background = ${colors.magenta}
|
||||
label-urgent-padding = 1
|
||||
|
||||
label-empty = %name%
|
||||
@@ -121,7 +122,7 @@ format-volume-prefix = "VOL "
|
||||
format-volume-prefix-foreground = ${colors.primary}
|
||||
format-volume = <label-volume>
|
||||
|
||||
label-volume = %percentage%%
|
||||
label-volume = %percentage:2%%
|
||||
|
||||
label-muted = muted
|
||||
label-muted-foreground = ${colors.disabled}
|
||||
@@ -157,17 +158,17 @@ type = internal/network
|
||||
interval = 5
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
label-disconnected = %{F#62B9CB}%ifname%%{F#707880} disconnected
|
||||
label-disconnected = %{F#15D7E5}%ifname%%{F#707880} disconnected
|
||||
|
||||
[module/wlan]
|
||||
inherit = network-base
|
||||
interface-type = wireless
|
||||
label-connected = %{F#62B9CB}%ifname%%{F-} %essid% %local_ip%
|
||||
label-connected = %{F#15D7E5}%ifname%%{F-} %essid% %local_ip%
|
||||
|
||||
[module/eth]
|
||||
inherit = network-base
|
||||
interface-type = wired
|
||||
label-connected = %{F#62B9CB}%ifname%%{F-} %local_ip%
|
||||
label-connected = %{F#15D7E5}%ifname%%{F-} %local_ip%
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
@@ -176,7 +177,7 @@ interval = 1
|
||||
date = %Y-%m-%d %H:%M:%S
|
||||
|
||||
label = %date%
|
||||
label-foreground = ${colors.primary}
|
||||
label-foreground = ${colors.magenta}
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
|
||||
Reference in New Issue
Block a user