From 90788bb295b31d7884d659a9d7d7035757354b4a Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 29 Jul 2024 21:54:01 -0400 Subject: [PATCH] new rofi colors for premade applets --- wal/templates/colors-rofi-pywal.rasi | 22 ---------------------- wal/templates/colors.rasi | 8 ++++++++ 2 files changed, 8 insertions(+), 22 deletions(-) delete mode 100644 wal/templates/colors-rofi-pywal.rasi create mode 100644 wal/templates/colors.rasi diff --git a/wal/templates/colors-rofi-pywal.rasi b/wal/templates/colors-rofi-pywal.rasi deleted file mode 100644 index 0a139ea..0000000 --- a/wal/templates/colors-rofi-pywal.rasi +++ /dev/null @@ -1,22 +0,0 @@ -* {{ - current-image: "{wallpaper}"; - background: {background}; - foreground: {foreground}; - color0: {color0}; - color1: {color1}; - color2: {color2}; - color3: {color3}; - color4: {color4}; - color5: {color5}; - color6: {color6}; - color7: {color7}; - color8: {color8}; - color9: {color9}; - color10: {color10}; - color11: {color11}; - color12: {color12}; - color13: {color13}; - color14: {color14}; - color15: {color15}; -}} - diff --git a/wal/templates/colors.rasi b/wal/templates/colors.rasi new file mode 100644 index 0000000..ce0cf62 --- /dev/null +++ b/wal/templates/colors.rasi @@ -0,0 +1,8 @@ +* {{ + background: {background}; + background-alt: {background}; + foreground: {foreground}; + selected: {color1}; + active: {color2}; + urgent: {color3}; +}}