From 74c20d2ad2403126df9496c608efb74658298daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 2 Nov 2024 13:05:50 +0100 Subject: [PATCH] Home Gen424 @ 2024-11-02-13:05 --- modules/home/hyprland/config.nix | 4 ++-- modules/home/swaync/themes/nova-dark/central_control.css | 5 +++++ modules/home/swaync/themes/nova-dark/notifications.css | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 51ec7c3..6aa8988 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -240,8 +240,8 @@ "blur, swaync-notification-window" "ignorezero, swaync-control-center" "ignorezero, swaync-notification-window" - # "ignorealpha 0.5, swaync-control-center" - # "ignorealpha 0.5, swaync-notification-window" + "ignorealpha 0.5, swaync-control-center" + "ignorealpha 0.5, swaync-notification-window" ]; decoration = { diff --git a/modules/home/swaync/themes/nova-dark/central_control.css b/modules/home/swaync/themes/nova-dark/central_control.css index 009b44e..9deae1b 100644 --- a/modules/home/swaync/themes/nova-dark/central_control.css +++ b/modules/home/swaync/themes/nova-dark/central_control.css @@ -4,6 +4,11 @@ @define-color hover alpha(@selected, .4); @define-color urgent @color2; +/* Temporary color defs */ +@define-color background rgb(0,0.1,0.5); +@define-color background-alt rgb(0,0.3,0.5); +@define-color selected rgb(0.1,0.1,0.7); + * { color: @text; diff --git a/modules/home/swaync/themes/nova-dark/notifications.css b/modules/home/swaync/themes/nova-dark/notifications.css index a41b04d..71800c4 100644 --- a/modules/home/swaync/themes/nova-dark/notifications.css +++ b/modules/home/swaync/themes/nova-dark/notifications.css @@ -3,6 +3,10 @@ @define-color selected @color3; @define-color hover @color5; @define-color urgent @color2; +/* Temporary color defs */ +@define-color background rgb(0,0.1,0.5); +@define-color background-alt rgb(0,0.3,0.5); +@define-color selected rgb(0.1,0.1,0.7); * {