From 6cd232abb299d2d121e9e2a3ffa91f334b05d40f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 22:58:46 -0400 Subject: [PATCH] home-manager: standardized transparency and backgrounds and moved mako to the top-center --- home/alacritty/default.nix | 2 +- home/fuzzel/default.nix | 2 +- home/mako/default.nix | 9 ++++++--- home/waybar/waybar.css | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/home/alacritty/default.nix b/home/alacritty/default.nix index 7925142d..256e1f23 100644 --- a/home/alacritty/default.nix +++ b/home/alacritty/default.nix @@ -20,7 +20,7 @@ blur = true; # decorations = "None"; dynamic_padding = true; - opacity = 0.6; + opacity = 0.8; }; }; }; diff --git a/home/fuzzel/default.nix b/home/fuzzel/default.nix index 6cd3c817..efdbb9c5 100644 --- a/home/fuzzel/default.nix +++ b/home/fuzzel/default.nix @@ -12,7 +12,7 @@ }; border = { width = 2; }; colors = { - background = "#23263499"; + background = "#232634CC"; selection = "#232634FF"; selection-match = "#e78284FF"; selection-text = "#f4b8e4FF"; diff --git a/home/mako/default.nix b/home/mako/default.nix index 7e22d3a1..2111321a 100644 --- a/home/mako/default.nix +++ b/home/mako/default.nix @@ -3,11 +3,14 @@ { services.mako = { enable = true; - font = "NotoSans Nerd Font Regular 10"; - backgroundColor = "#30344699"; - textColor = "#FAFAFA"; + anchor = "top-center"; + backgroundColor = "#232634CC"; + borderColor = "#ca9ee6"; borderRadius = 10; defaultTimeout = 10000; + font = "NotoSans Nerd Font Regular 10"; + layer = "overlay"; padding = "15"; + textColor = "#FAFAFA"; }; } diff --git a/home/waybar/waybar.css b/home/waybar/waybar.css index 695db516..379f389f 100644 --- a/home/waybar/waybar.css +++ b/home/waybar/waybar.css @@ -5,7 +5,7 @@ font-size: 14px; } window#waybar { - background: rgba (0, 0, 0, 0.5); + background: rgba (35, 38, 52, 0.8); color: #FAFAFA; } #workspaces button {