This commit is contained in:
Hadi 2024-03-14 01:30:17 +01:00
parent d5bd3270f7
commit 77eba6e2c2
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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 = {

View File

@ -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