From 48744d5162e3b67b4522725e4ce3c96ddefc5578 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 22 Nov 2022 00:24:38 +0100 Subject: Stop using Xresources for i3 colours --- i3.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'i3.conf') 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 -- cgit v1.2.3