.
This commit is contained in:
@@ -190,7 +190,7 @@ for_window [class=".*"] border pixel 3
|
||||
gaps inner 16 px
|
||||
|
||||
# defining colors
|
||||
set $bord_focus #0022a8
|
||||
set $bord_focus #62b9cb
|
||||
set $indc_focus #A0A0FF
|
||||
set $back_focus #FFFFFF
|
||||
set $text_focus #000000
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
;==========================================================
|
||||
|
||||
[colors]
|
||||
background = #281C18
|
||||
background = #080b1b
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #F0C674
|
||||
primary = #62b9cb
|
||||
secondary = #8ABEB7
|
||||
alert = #A54242
|
||||
disabled = #707880
|
||||
@@ -157,17 +157,17 @@ type = internal/network
|
||||
interval = 5
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
|
||||
label-disconnected = %{F#62B9CB}%ifname%%{F#707880} disconnected
|
||||
|
||||
[module/wlan]
|
||||
inherit = network-base
|
||||
interface-type = wireless
|
||||
label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
|
||||
label-connected = %{F#62B9CB}%ifname%%{F-} %essid% %local_ip%
|
||||
|
||||
[module/eth]
|
||||
inherit = network-base
|
||||
interface-type = wired
|
||||
label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
|
||||
label-connected = %{F#62B9CB}%ifname%%{F-} %local_ip%
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
|
||||
Reference in New Issue
Block a user