From bf1e95822c720568e4f63bbcccf9ccdb54bb373b Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Mon, 15 Jun 2026 22:07:04 +0200 Subject: modify colors --- i3/config | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index 3e99a12..f54e2a6 100644 --- a/i3/config +++ b/i3/config @@ -2,8 +2,9 @@ set $mod Mod4 font pango:KodeMono 8 -exec --no-startup-id nm-tray +exec --no-startup-id nm-applet exec --no-startup-id picom +exec --no-startup-id dunst exec --no-startup-id xset s off -dpms exec --no-startup-id setxkbmap -layout us exec --no-startup-id feh --bg-fill /home/spelis/Documents/Wallpapers/Iteration2/spelis.1.1.png @@ -119,11 +120,11 @@ bindsym $mod+r mode "resize" # --accent: #278db6; -set $base #101010 -set $base2 #202020 -set $base3 #ffffff -set $text #b0b0b0 -set $accent #303030 +set $base #151617 +set $base2 #1d2123 +set $base3 #2a3039 +set $text #d2e7ef +set $accent #278db6 client.focused $accent $accent $text $accent $accent client.unfocused $base2 $base $text $base $base2 -- cgit v1.3-7-ge9ab