summaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-06-13 21:20:58 -0400
committerJake Koroman <jake@jakekoroman.com>2025-06-13 21:20:58 -0400
commit2411e9db0a68cd44393354075f3d7a9a0d19d737 (patch)
tree6e6fba6364a143fa24ff46cf310065eccf3aa4b7 /i3/config
parentc34f2e2f1bb51622744f77c05c4b60fc9fd32d80 (diff)
changing stuff
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config23
1 files changed, 22 insertions, 1 deletions
diff --git a/i3/config b/i3/config
index e2cc79a..fb1b817 100644
--- a/i3/config
+++ b/i3/config
@@ -13,10 +13,18 @@ set $mod Mod4
font pango:Iosevka 10
-gaps outer 20px
+# gaps outer 20px
gaps inner 5px
default_border pixel 2px
+# class border backgr. text indicator child_border
+client.focused #dadeac #61538d #e4e4ef #dddfff #61538d
+client.focused_inactive #333333 #5f676a #e4e4ef #484e50 #5f676a
+client.unfocused #333333 #222222 #888888 #292d2e #222222
+client.urgent #2f343a #900000 #e4e4ef #900000 #f43841
+client.placeholder #000000 #0c0c0c #e4e4ef #000000 #0c0c0c
+client.background #ffffff
+
# Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3
@@ -193,4 +201,17 @@ bar {
status_command i3status
tray_output primary
position top
+
+ colors {
+ background #181818
+ statusline #f5f5f5
+ separator #666666
+
+ # border background text
+ focused_workspace #96a6c8 #61538d #f5f5f5
+ active_workspace #333333 #5f676a #f5f5f5
+ inactive_workspace #333333 #222222 #888888
+ urgent_workspace #2f343a #D9534F #f5f5f5
+ binding_mode #2f343a #900000 #f5f5f5
+ }
}