From 736416a79ac9ae1de67c5328531ea62f6060d76c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Dec 2024 06:24:22 +0000 Subject: [PATCH] Trying out dark theme again on personal machines (not work machines) Disable SWWW and just use hyprpaper again --- system/default.nix | 4 ++-- system/home/hyprland.nix | 8 ++++---- system/work.nix | 11 ++++++++++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/system/default.nix b/system/default.nix index f2489b05..50b8d090 100644 --- a/system/default.nix +++ b/system/default.nix @@ -202,8 +202,8 @@ console.useXkbConfig = true; stylix = { enable = true; - image = ./wallpapers/tropic_island_day.jpg; - base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; + image = ./wallpapers/space.png; + base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml"; opacity = { applications = 0.9; desktop = 0.7; diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index f0991b1e..89949557 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -13,7 +13,7 @@ ./mako.nix ./avizo.nix ./wlogout.nix - ./swww.nix + # ./swww.nix ]; home.packages = [ (pkgs.writeShellScriptBin "protonmail-setup-bridge" '' @@ -26,7 +26,7 @@ services = { kanshi.systemdTarget = "hyprland-session.target"; gpg-agent.pinentryPackage = pkgs.pinentry-gnome3; - hyprpaper.enable = lib.mkForce false; + # hyprpaper.enable = lib.mkForce false; hypridle = { enable = true; settings = @@ -149,8 +149,8 @@ "${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}" "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1" "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n" - "${pkgs.swww}/bin/swww-daemon" - "sleep 5; systemctl --user start dynamic-wallpaper.service" + # "${pkgs.swww}/bin/swww-daemon" + # "sleep 5; systemctl --user start dynamic-wallpaper.service" "sleep 5; ${pkgs.dex}/bin/dex -a" ]; gestures.workspace_swipe = true; diff --git a/system/work.nix b/system/work.nix index ec5e7330..4d2d7b9f 100644 --- a/system/work.nix +++ b/system/work.nix @@ -1,5 +1,14 @@ -{ lib, username, ... }: { + lib, + pkgs, + username, + ... +}: +{ + stylix = { + image = lib.mkForce ./wallpapers/science/jet_glass_side_s100_pass_latest.png; + base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; + }; home-manager.users.${username} = { config, ... }: {