From 067ec4689968df6b1f46c7eb7dd9abfb5be4f88f Mon Sep 17 00:00:00 2001 From: BluemediaDev Date: Tue, 4 Feb 2025 19:10:12 +0100 Subject: [PATCH] Adjust styles to better fit background images --- roles/desktop-environment/files/.config/dunst/dunst.ini | 4 ++-- roles/desktop-environment/files/.config/waybar/style.css | 6 +++--- .../templates/.config/hypr/hyprland.conf.j2 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/desktop-environment/files/.config/dunst/dunst.ini b/roles/desktop-environment/files/.config/dunst/dunst.ini index 3fffc92..f7667c6 100644 --- a/roles/desktop-environment/files/.config/dunst/dunst.ini +++ b/roles/desktop-environment/files/.config/dunst/dunst.ini @@ -2,9 +2,9 @@ offset = 25x15 follow = mouse font = "JetBrainsMono Nerd Font" -background = "#1A1B26" +background = "#1A1B26B3" foreground = "#F3F4F5" -frame_color = "#32EAFF" +frame_color = "#F66B01" frame_width = 2 separator_color = frame corner_radius = 8 diff --git a/roles/desktop-environment/files/.config/waybar/style.css b/roles/desktop-environment/files/.config/waybar/style.css index 4b74bf0..4fb3005 100644 --- a/roles/desktop-environment/files/.config/waybar/style.css +++ b/roles/desktop-environment/files/.config/waybar/style.css @@ -44,7 +44,7 @@ window#waybar.empty #window { border-radius: 15px; border: 0px; color: #0F1419; - background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); + background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176); opacity: 0.5; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -56,7 +56,7 @@ window#waybar.empty #window { border-radius: 15px; border: 0px; color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); + background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176); opacity: 1.0; min-width: 40px; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); @@ -65,7 +65,7 @@ window#waybar.empty #window { #workspaces button:hover { border-radius: 15px; color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); + background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176); opacity: 0.8; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 b/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 index 610859d..e4663b2 100644 --- a/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 +++ b/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 @@ -33,7 +33,7 @@ general { gaps_in = 5 gaps_out = 2,10,10,10 border_size = 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = rgba(ed163eee) rgba(e67d5bee) 45deg col.inactive_border = rgba(595959aa) layout = master