From 0ec094aa91efe07e76ecd1faba9f6edeb041d801 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:51:59 +0100 Subject: [PATCH] colors --- modules/graphical/hyprland.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/graphical/hyprland.nix b/modules/graphical/hyprland.nix index 361a6a3..3d3a560 100644 --- a/modules/graphical/hyprland.nix +++ b/modules/graphical/hyprland.nix @@ -512,6 +512,7 @@ in font-weight: bolder; } + /* #clock { background: rgb(205,214,244); background: linear-gradient(118deg, rgba(205,214,244,1) 5%, rgba(243,139,168,1) 5%, rgba(243,139,168,1) 20%, rgba(205,214,244,1) 20%, rgba(205,214,244,1) 40%, rgba(243,139,168,1) 40%, rgba(243,139,168,1) 60%, rgba(205,214,244,1) 60%, rgba(205,214,244,1) 80%, rgba(243,139,168,1) 80%, rgba(243,139,168,1) 95%, rgba(205,214,244,1) 95%); @@ -529,6 +530,7 @@ in font-weight: bolder; padding-left: 20px; } + */ #battery.charging, #battery.plugged { background-color: #94e2d5 ; @@ -573,7 +575,7 @@ in } #memory { - background-color: #cba6f7; + background-color: #5f2966; color: #9a75c7; font-weight: bolder; } @@ -612,8 +614,8 @@ in } #pulseaudio { - background-color: #fab387; - color: #bf7d54; + background-color: #f57f17; + color: white; font-weight: bolder; }