Regress back to hyprlock for initial lockscreen. Change wallpaper and colorscheme.

This commit is contained in:
2026-01-29 16:35:04 -06:00
parent 5431938cc7
commit fd6ba1e830
2 changed files with 9 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
{ {
services.hyprpolkitagent.enable = true; services.hyprpolkitagent.enable = true;
programs.hyprshot.enable = true; programs.hyprshot.enable = true;
programs.hyprlock.enable = true;
wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.package = null; wayland.windowManager.hyprland.package = null;
wayland.windowManager.hyprland.portalPackage = null; wayland.windowManager.hyprland.portalPackage = null;
@@ -11,6 +12,8 @@
# See https://wiki.hyprland.org/Configuring/Monitors/ # 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, 3840x2160@120, 0x0, auto, bitdepth, 10, sdrsaturation, 1, sdrbrightness, 1
#monitor = HDMI-A-1, disable #monitor = HDMI-A-1, disable
monitor = eDP-1, 2560x1600@60, 0x0, 1.6, 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 #monitor = DP-1, highres@highrr, 0x0, 1, bitdepth, 10, cm, hdr, sdrsaturation, 1, sdrbrightness, 1
exec-once = hyprctl dispatch workspace 1 exec-once = hyprctl dispatch workspace 1
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427 #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 = pw-metadata -n settings 0 clock.force-quantum 2048
# exec-once = ashell # exec-once = ashell
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent

View File

@@ -1,16 +1,16 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
stylix.enable = true; stylix.enable = true;
stylix.polarity = "light"; stylix.polarity = "dark";
#stylix.targets.plymouth.enable = false; #stylix.targets.plymouth.enable = false;
stylix.targets.kitty.enable = true; stylix.targets.kitty.enable = true;
stylix.targets.zen-browser.profileNames = [ "default" ]; stylix.targets.zen-browser.profileNames = [ "default" ];
stylix.targets.zen-browser.enable = true; stylix.targets.zen-browser.enable = true;
# blue aura house # blue aura house
/* stylix.image = pkgs.fetchurl { stylix.image = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/1p/wallhaven-1py8lw.jpg"; url = "https://w.wallhaven.cc/full/1p/wallhaven-1py8lw.jpg";
hash = "sha256-smJTuprm8PVKWv56hfv9UMzDXkHm3R7O1ALaNpNYy3E="; hash = "sha256-smJTuprm8PVKWv56hfv9UMzDXkHm3R7O1ALaNpNYy3E=";
};*/ };
# coastal town # coastal town
/*stylix.image = pkgs.fetchurl { /*stylix.image = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/ex/wallhaven-ex8vml.jpg"; url = "https://w.wallhaven.cc/full/ex/wallhaven-ex8vml.jpg";
@@ -42,10 +42,10 @@
};*/ };*/
# Girl playing piano in flower field # 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"; url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/88677104_p0.png";
hash = "sha256-IIKzA4DgWg9P48A+x/vBKjaD7seNBtkh/0wSXY2O3x8="; 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";
} }