This commit is contained in:
zegonix
2024-09-12 00:07:59 +02:00
parent f23a20edd9
commit 369cd2c33c
3 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -4,3 +4,5 @@
* configure 'dunst'
* configure 'logind'
* configure lock screen (probably i3lock)
* configure starship
* configure alacritty colors and eza..