From e742b39139813b04706c30f097e0d9829ea7c776 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 May 2024 13:28:28 +0900 Subject: [PATCH] removal of templates for swaync since it is taking from waybar-colors anyway --- config/swaync/style.css | 2 +- config/swaync/wallust/colors-wallust.css | 9 --------- config/wallust/wallust.toml | 6 +++--- 3 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 config/swaync/wallust/colors-wallust.css diff --git a/config/swaync/style.css b/config/swaync/style.css index 537b7d3..4e6b4fa 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -3,7 +3,7 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; -@define-color noti-border-color @color10; +@define-color noti-border-color @color12; @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; diff --git a/config/swaync/wallust/colors-wallust.css b/config/swaync/wallust/colors-wallust.css deleted file mode 100644 index bc36eb3..0000000 --- a/config/swaync/wallust/colors-wallust.css +++ /dev/null @@ -1,9 +0,0 @@ -@define-color text #E2FECE; -@define-color background rgba(1,1,2,0.25); -@define-color background-alt #010102; -@define-color cursor #E2FECE; -@define-color hovered #0AE59C; -@define-color button-background #81BC57; -@define-color button-active #9E2517; -@define-color border #776D19; -@define-color urgent #CDF5B1; diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 4ed44e8..086b3fe 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -37,12 +37,12 @@ hypr.target = '~/.config/hypr/wallust/wallust-hyprland.conf' rofi.template = 'templates/colors-rofi.rasi' rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' -swaync.template = 'templates/colors-swaync.css' -swaync.target = '~/.config/swaync/wallust/colors-wallust.css' - waybar.template = 'templates/colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' +#swaync.template = 'templates/colors-swaync.css' +#swaync.target = '~/.config/swaync/wallust/colors-wallust.css' + #macchina.template = 'templates/colors-macchina.toml' #macchina.target = '~/.config/macchina/themes/wallust.toml'