summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/colors
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config.d/colors')
-rw-r--r--.config/sway/config.d/colors9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/sway/config.d/colors b/.config/sway/config.d/colors
new file mode 100644
index 0000000..2255546
--- /dev/null
+++ b/.config/sway/config.d/colors
@@ -0,0 +1,9 @@
+# class border backgr. text indicator child_border
+client.focused $color1 $color2 $foreground $color2 $color2
+client.unfocused $color1 $color0 $foreground $color0 $color0
+client.focused_inactive $color3 $color3 $foreground $color3 $color3
+client.urgent $color15 $color15 $foreground $color15 $color15
+client.placeholder $color3 $color3 $foreground $color3 $color3
+
+bindsym $mod+Shift+w exec systemctl --user start wal
+