From 77eba6e2c248426bc4a7e5fc542f3cf6cbcc5472 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:30:17 +0100 Subject: [PATCH] Up --- README.md | 2 +- home/hyprland/default.nix | 5 +++-- home/scripts/caffeine.nix | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96f941b..d917d71 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ sudo nixos-rebuild switch --flake ~/.config/nixos#nixy # TODOLIST - [ ] Variable user & homeDir -- [ ] Custom GTK & Qt Theme based on the colorscheme +- [ ] Custom GTK based on the colorscheme diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 0077cbf..cb7e141 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -4,6 +4,7 @@ home.packages = with pkgs; [ hyprshot + hyprpicker xdg-desktop-portal-hyprland wlr-randr wl-clipboard @@ -89,7 +90,7 @@ "QT_AUTO_SCREEN_SCALE_FACTOR,1" "QT_QPA_PLATFORM=wayland,xcb" "QT_WAYLAND_DISABLE_WINDOWDECORATION,1" - "GTK_THEME,Flat-Remix-GTK-Grey-Darkest:dark" + "GTK_THEME,Flat-Remix-GTK-White-Darkest-Solid:dark" ]; general = { @@ -163,7 +164,7 @@ enable = true; theme = { package = pkgs.flat-remix-gtk; - name = "Flat-Remix-GTK-Grey-Darkest"; + name = "Flat-Remix-GTK-White-Darkest-Solid"; }; iconTheme = { diff --git a/home/scripts/caffeine.nix b/home/scripts/caffeine.nix index a538af6..c5dd4b4 100644 --- a/home/scripts/caffeine.nix +++ b/home/scripts/caffeine.nix @@ -9,7 +9,7 @@ let caffeine = pkgs.writeShellScriptBin "caffeine" '' if [[ -f /tmp/caffeine ]]; then rm /tmp/caffeine - ${pkgs.hypridle}/bin/hypridle & + ${pkgs.hyprland}/bin/hyprctl dispatch exec ${pkgs.hypridle}/bin/hypridle ${pkgs.libnotify}/bin/notify-send "󰾪 Caffeine Deactivated" else touch /tmp/caffeine