diff --git a/home/lilith/firefox/default.nix b/home/lilith/firefox/default.nix index a4b2831d..2c712cd3 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 a90d8399..743051a5 100644 --- a/home/lilith/hyprpanel.nix +++ b/home/lilith/hyprpanel.nix @@ -7,5 +7,47 @@ 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 70911a58..fc51c5ba 100644 --- a/system/optional/stylix.nix +++ b/system/optional/stylix.nix @@ -14,7 +14,7 @@ stylix = { enable = true; - image = ../../wallpapers/default.png; + image = ../../wallpapers/default.jpg; polarity = "dark"; opacity = { diff --git a/wallpapers/default.jpg b/wallpapers/default.jpg new file mode 100644 index 00000000..fa47198f Binary files /dev/null and b/wallpapers/default.jpg differ