diff options
author | zachir <zachir@librem.one> | 2025-08-01 00:10:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-01 00:10:32 -0500 |
commit | dcd1772757848dec3610befc8e869f870ed569c2 (patch) | |
tree | 83ee2cfb08e4b01267305140e92d5527f29ae391 | |
parent | 9bc659fd7d38dd17f9c4a09996f08f077da66fba (diff) |
Match gtk theme in hyprland.conf
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a147c52..80758cb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,8 +16,8 @@ exec-once = waybar exec-once = pypr exec-once = hyprscratch init exec-once = lxqt-policykit-agent -exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' -exec-once = import-gsettings icon-theme 'COSMIC' +exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' +exec-once = import-gsettings icon-theme 'Papirus-Dark' exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources |