From 7b97cef3473ea0897c9c9027a4e9777843c0e50f Mon Sep 17 00:00:00 2001 From: m0ntagur Date: Mon, 27 Nov 2023 18:43:12 +0100 Subject: --- .config/wal/templates/colors-hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/wal/templates/colors-hyprland.conf (limited to '.config/wal/templates/colors-hyprland.conf') diff --git a/.config/wal/templates/colors-hyprland.conf b/.config/wal/templates/colors-hyprland.conf new file mode 100644 index 0000000..3936fc7 --- /dev/null +++ b/.config/wal/templates/colors-hyprland.conf @@ -0,0 +1,3 @@ +$foreground = rgb({foreground.strip}) +$background = rgb({background.strip}) +$accent = rgba({color3.strip}8F) -- cgit v1.3.1