From 00b06e72d044476ada115a521800ae12a01c0b59 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 29 Aug 2023 17:24:10 -0400 Subject: [PATCH] Add wal configuration --- .config/wal/templates/colors-hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .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..187deae --- /dev/null +++ b/.config/wal/templates/colors-hyprland.conf @@ -0,0 +1,3 @@ +$background = rgb({background.strip}) +$color11 = rgb({color11.strip}) +$color14 = rgb({color14.strip})