diff --git a/i3/.config/i3/config b/i3/.config/i3/config index be7d823..6987eb0 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 7214542..548166c 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -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 = format-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 diff --git a/todo.md b/todo.md index 845cc8c..e0b1a1e 100644 --- a/todo.md +++ b/todo.md @@ -4,3 +4,5 @@ * configure 'dunst' * configure 'logind' * configure lock screen (probably i3lock) +* configure starship +* configure alacritty colors and eza..