diff --git a/home/lilith/firefox/default.nix b/home/lilith/firefox/default.nix index 2c712cd3..a4b2831d 100644 --- a/home/lilith/firefox/default.nix +++ b/home/lilith/firefox/default.nix @@ -1,7 +1,7 @@ {zen-browser, system, pkgs, lib, ...}: { imports = [ zen-browser.homeManagerModules.zen-browser ]; - home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts"; + # home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts"; programs.zen-browser = { enable = true; diff --git a/home/lilith/hyprpanel.nix b/home/lilith/hyprpanel.nix index 743051a5..a90d8399 100644 --- a/home/lilith/hyprpanel.nix +++ b/home/lilith/hyprpanel.nix @@ -7,47 +7,5 @@ overlay.enable = true; hyprland.enable = true; - - layout."*" = { - left = [ "dashboard" "workspaces" "windowtitle"]; - middle = [ "media" ]; - right = [ "volume" "network" "bluetooth" "systray" "clock" "battery" "notifications"]; - }; - - settings = { - bar = { - clock.format = "%F %H:%M"; - - battery.label = true; - - launcher.icon = ""; - - workspaces = { - ignored = "-.+"; - show_numbered = true; - }; - }; - - menus.dashboard = { - directories.enabled = false; - powermenu.logout = "hyprlock"; - shortcuts.enabled = false; - stats.enable_gpu = true; - }; - - theme = { - bar.transparent = true; - - font.name = "JetBrains Mono NF"; - - matugen = true; - matugen_settings = { - # contrast = 0.3; - variation = "standard_3"; - }; - }; - wallpaper.enable = true; - wallpaper.image = "${../../wallpapers/default.jpg}"; - }; }; } diff --git a/system/optional/stylix.nix b/system/optional/stylix.nix index fc51c5ba..70911a58 100644 --- a/system/optional/stylix.nix +++ b/system/optional/stylix.nix @@ -14,7 +14,7 @@ stylix = { enable = true; - image = ../../wallpapers/default.jpg; + image = ../../wallpapers/default.png; polarity = "dark"; opacity = { diff --git a/wallpapers/default.jpg b/wallpapers/default.jpg deleted file mode 100644 index fa47198f..00000000 Binary files a/wallpapers/default.jpg and /dev/null differ