aboutsummaryrefslogtreecommitdiff
path: root/i3/config.d/20-visual.conf
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-12 13:10:58 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-12 13:10:58 +0200
commitfced79a0ec4e9101a9b2ce9779317b8562201741 (patch)
tree588e77781766fcefb28106c908f61433a62e8a54 /i3/config.d/20-visual.conf
parenta9a90b9c1a39c38f54ca6a630d36895b933dccf5 (diff)
downloaddotfiles-fced79a0ec4e9101a9b2ce9779317b8562201741.tar.gz
split i3 config
Diffstat (limited to 'i3/config.d/20-visual.conf')
-rw-r--r--i3/config.d/20-visual.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/i3/config.d/20-visual.conf b/i3/config.d/20-visual.conf
new file mode 100644
index 0000000..3ce08c7
--- /dev/null
+++ b/i3/config.d/20-visual.conf
@@ -0,0 +1,31 @@
+# vi: ft=i3config
+
+set $bgb #282a36
+set $bg #282a36AA
+set $fg #f8f8f2
+set $tf #f8f8f2AA
+set $hi #f1fa7c
+set $tx #040404
+set $pk #ff79c6
+set $yw #f1fa7c
+set $gn #50fa7b
+set $rd #ff5555
+set $id #ff79c6
+set $opaque #00000000
+
+set $black #000000
+set $grey #151515
+
+# border background text indicator
+client.focused $grey $black $tf $black
+client.unfocused $bg $bg $tf $id
+client.focused_inactive $bg $bg $pk $id
+client.urgent $yw $yw $tx $id
+client.placeholder $bg $bg $bg $bg
+client.background $black
+
+default_border none
+default_floating_border none
+for_window [all] border pixel 0
+
+gaps inner 5