diff --git a/modules/hypr/default.nix b/modules/hypr/default.nix index ae91f59..e9dd56b 100644 --- a/modules/hypr/default.nix +++ b/modules/hypr/default.nix @@ -3,6 +3,7 @@ { services.hyprpolkitagent.enable = true; programs.hyprshot.enable = true; + programs.hyprlock.enable = true; wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.package = null; wayland.windowManager.hyprland.portalPackage = null; @@ -11,6 +12,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ +exec-once = noctalia-shell +exec-once = hyprlock monitor = HDMI-A-1, 3840x2160@120, 0x0, auto, bitdepth, 10, sdrsaturation, 1, sdrbrightness, 1 #monitor = HDMI-A-1, disable monitor = eDP-1, 2560x1600@60, 0x0, 1.6, @@ -19,7 +22,6 @@ monitor = DP-1, highres@highrr, 0x0, 1 #monitor = DP-1, highres@highrr, 0x0, 1, bitdepth, 10, cm, hdr, sdrsaturation, 1, sdrbrightness, 1 exec-once = hyprctl dispatch workspace 1 #exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427 -exec-once = noctalia-shell& sleep 3 && noctalia-shell ipc call lockScreen lock exec-once = pw-metadata -n settings 0 clock.force-quantum 2048 # exec-once = ashell exec-once = systemctl --user start hyprpolkitagent diff --git a/modules/stylix/default.nix b/modules/stylix/default.nix index 22afeed..2402257 100644 --- a/modules/stylix/default.nix +++ b/modules/stylix/default.nix @@ -1,16 +1,16 @@ { pkgs, ... }: { stylix.enable = true; - stylix.polarity = "light"; + stylix.polarity = "dark"; #stylix.targets.plymouth.enable = false; stylix.targets.kitty.enable = true; stylix.targets.zen-browser.profileNames = [ "default" ]; stylix.targets.zen-browser.enable = true; # blue aura house - /* stylix.image = pkgs.fetchurl { + stylix.image = pkgs.fetchurl { url = "https://w.wallhaven.cc/full/1p/wallhaven-1py8lw.jpg"; hash = "sha256-smJTuprm8PVKWv56hfv9UMzDXkHm3R7O1ALaNpNYy3E="; - };*/ + }; # coastal town /*stylix.image = pkgs.fetchurl { url = "https://w.wallhaven.cc/full/ex/wallhaven-ex8vml.jpg"; @@ -42,10 +42,10 @@ };*/ # Girl playing piano in flower field - stylix.image = pkgs.fetchurl { + /*stylix.image = pkgs.fetchurl { url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/88677104_p0.png"; hash = "sha256-IIKzA4DgWg9P48A+x/vBKjaD7seNBtkh/0wSXY2O3x8="; - }; - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-plateau-light.yaml"; + };*/ + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-sulphurpool.yaml"; }