From 03f947fea25fc131d2e294ce87e9571d228c9e3c Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 21:14:20 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 3af06b0d..97610377 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -11,7 +11,7 @@ GTK.application_prefer_dark_theme = true; GTK.cursor_theme_name = "Adwaita"; GTK.font_name = "Cantarell 16"; - GTK.icon_theme_name = "Adwaita"; + GTK.icon_theme_name = "Papirus"; # GTK.theme_name = "Adwaita"; GTK.theme_name = "Gruvbox-Dark-BL"; commands.reboot = [ "systemctl" "reboot" ];