From 144c131c757571f1fa0d0f824641bc61e6c99f59 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 21:44:34 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 42c03b48..5a435815 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 Dark"; GTK.theme_name = "Gruvbox-Dark-BL"; commands.reboot = [ "systemctl" "reboot" ]; commands.poweroff = [ "systemctl" "poweroff" ]; @@ -22,10 +22,10 @@ blur: 20px; } #user_toggle { - visibility: hidden; + visibility: none; } #sess_toggle { - visibility: hidden; + visibility: none; } ''; };