aboutsummaryrefslogtreecommitdiff
path: root/i3.conf
diff options
context:
space:
mode:
authorTimo Wilken2022-11-22 00:24:38 +0100
committerTimo Wilken2022-11-22 00:24:38 +0100
commit48744d5162e3b67b4522725e4ce3c96ddefc5578 (patch)
treebc57c1ce0b7713b2767b5c7dbee88e41e34eb979 /i3.conf
parent699b6fd0b4279170ed62af13af549c7ec188af12 (diff)
Stop using Xresources for i3 colours
Diffstat (limited to 'i3.conf')
-rw-r--r--i3.conf18
1 files changed, 10 insertions, 8 deletions
diff --git a/i3.conf b/i3.conf
index 45194607..7814348d 100644
--- a/i3.conf
+++ b/i3.conf
@@ -5,16 +5,9 @@
# Use xev to see keycodes for special keys.
# Appearance and Styling {{{
-set_from_resource $font i3wm.font pango:Fira Sans 10
-set_from_resource $c_fg i3wm.fg #cdd6f4
-set_from_resource $c_bg i3wm.bg #181825
-set_from_resource $c_active i3wm.active #585b70
-set_from_resource $c_inactive i3wm.inactive #b4befe
-set_from_resource $c_urgent i3wm.urgent #f9e2af
-
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
-font $font
+font pango:Fira Sans 10
title_align center
default_border pixel 3
@@ -24,6 +17,15 @@ gaps inner 15
gaps outer 0
smart_gaps on
+# Catppuccin colours
+# Foregrounds
+set $c_fg #cdd6f4
+set $c_inactive #7f849c
+# Backgrounds
+set $c_bg #11111b
+set $c_active #585b70
+set $c_urgent #f9e2af
+
# class border background text indicator child_border
client.focused $c_active $c_active $c_fg $c_active $c_active
client.focused_inactive $c_bg $c_bg $c_fg $c_bg $c_bg