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 # TODOLIST
- [ ] Variable user & homeDir - [ ] 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; [ home.packages = with pkgs; [
hyprshot hyprshot
hyprpicker
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
wlr-randr wlr-randr
wl-clipboard wl-clipboard
@ -89,7 +90,7 @@
"QT_AUTO_SCREEN_SCALE_FACTOR,1" "QT_AUTO_SCREEN_SCALE_FACTOR,1"
"QT_QPA_PLATFORM=wayland,xcb" "QT_QPA_PLATFORM=wayland,xcb"
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1" "QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
"GTK_THEME,Flat-Remix-GTK-Grey-Darkest:dark" "GTK_THEME,Flat-Remix-GTK-White-Darkest-Solid:dark"
]; ];
general = { general = {
@ -163,7 +164,7 @@
enable = true; enable = true;
theme = { theme = {
package = pkgs.flat-remix-gtk; package = pkgs.flat-remix-gtk;
name = "Flat-Remix-GTK-Grey-Darkest"; name = "Flat-Remix-GTK-White-Darkest-Solid";
}; };
iconTheme = { iconTheme = {

View File

@ -9,7 +9,7 @@ let
caffeine = pkgs.writeShellScriptBin "caffeine" '' caffeine = pkgs.writeShellScriptBin "caffeine" ''
if [[ -f /tmp/caffeine ]]; then if [[ -f /tmp/caffeine ]]; then
rm /tmp/caffeine rm /tmp/caffeine
${pkgs.hypridle}/bin/hypridle & ${pkgs.hyprland}/bin/hyprctl dispatch exec ${pkgs.hypridle}/bin/hypridle
${pkgs.libnotify}/bin/notify-send "󰾪 Caffeine Deactivated" ${pkgs.libnotify}/bin/notify-send "󰾪 Caffeine Deactivated"
else else
touch /tmp/caffeine touch /tmp/caffeine