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