From 75d666322acfb6d8a58cbb4bf6a95782fe14b124 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:45:46 +0100 Subject: sway: make most of config auto-loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/sway/colors.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .config/sway/colors.conf (limited to '.config/sway/colors.conf') diff --git a/.config/sway/colors.conf b/.config/sway/colors.conf deleted file mode 100644 index 498a50c..0000000 --- a/.config/sway/colors.conf +++ /dev/null @@ -1,18 +0,0 @@ - -set $text #fffffb -set $text2 #bdc0ba -set $bg #1c1c1c -set $bg2 #bdc0ba -set $main #8a6bbe -set $main2 #70649a -set $urgent #cb1b45 -set $urgent2 #db4d6d -set $indicator_focused #fad689 -set $indicator_unfocused $bg - -client.focused $main $main $text $indicator_focused $main -#client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg -client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2 -client.unfocused $bg $bg $text2 $indicator_unfocused $bg -#client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2 -client.urgent $urgent2 $urgent $text $indicator_focused $urgent -- cgit 1.4.1