diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 13:28:28 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 13:28:28 +0900 |
| commit | e742b39139813b04706c30f097e0d9829ea7c776 (patch) | |
| tree | 64a76b9f67146dff015fb02a692c5e570eb01409 | |
| parent | 7430b0e7dcd2496f2bbbc070c6733659bba250ee (diff) | |
removal of templates for swaync since it is taking from waybar-colors anyway
| -rwxr-xr-x | config/swaync/style.css | 2 | ||||
| -rw-r--r-- | config/swaync/wallust/colors-wallust.css | 9 | ||||
| -rw-r--r-- | config/wallust/wallust.toml | 6 |
3 files changed, 4 insertions, 13 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index 537b7d3c..4e6b4faf 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 bc36eb3b..00000000 --- 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 4ed44e8b..086b3fef 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' |
