diff --git a/assets/screens/desktop.png b/assets/screens/desktop.png index 07d80aa..d815dc8 100644 Binary files a/assets/screens/desktop.png and b/assets/screens/desktop.png differ diff --git a/modules/home/environment/hyprland/config.nix b/modules/home/environment/hyprland/config.nix index 55126c7..6befe84 100644 --- a/modules/home/environment/hyprland/config.nix +++ b/modules/home/environment/hyprland/config.nix @@ -44,6 +44,8 @@ "4,persistent=true,monitor:eDP-1" ]; + layerrule = "blur,waybar"; + input = { kb_layout = "us"; follow_mouse = 1; diff --git a/modules/home/environment/waybar/settings.nix b/modules/home/environment/waybar/settings.nix index 7a81406..d780d29 100644 --- a/modules/home/environment/waybar/settings.nix +++ b/modules/home/environment/waybar/settings.nix @@ -47,6 +47,7 @@ in margin-top = 5; margin-right = if desktop then 8 else 5; mode = "dock"; + "gtk-layer-shell" = true; modules-left = [ "hyprland/workspaces" @@ -176,6 +177,7 @@ in margin-bottom = 8; name = "sideBar"; mode = "dock"; + "gtk-layer-shell" = true; modules-left = if desktop then [ "hyprland/workspaces" diff --git a/modules/home/environment/waybar/style.nix b/modules/home/environment/waybar/style.nix index d585180..d8bf5d2 100644 --- a/modules/home/environment/waybar/style.nix +++ b/modules/home/environment/waybar/style.nix @@ -39,7 +39,7 @@ in window#waybar { border-radius: 20px; border: 3px solid #${colors.color7}; - background: rgba(46,52,64,0.9); + background: rgba(46,52,64,0.15); margin: 20px; } window#waybar.empty #window { diff --git a/modules/sys/environment/stylix.nix b/modules/sys/environment/stylix.nix index 31f45c5..3c44aa1 100644 --- a/modules/sys/environment/stylix.nix +++ b/modules/sys/environment/stylix.nix @@ -12,7 +12,7 @@ image = wallpaper; polarity = "dark"; autoEnable = true; - opacity.terminal = 0.30; + opacity.terminal = 0.05; targets = { console.enable = true; feh.enable = true;