diff options
Diffstat (limited to 'i3/config')
| -rw-r--r-- | i3/config | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |
