Compare commits

...

2 commits

Author SHA1 Message Date
Soph :3 f77e6fc49e
change gtk theme 2024-07-29 02:06:13 +03:00
Soph :3 d983fa985c
setgtktheme 2024-07-29 02:03:15 +03:00
2 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,7 @@ exec-once=~/.config/hypr/portal.sh
exec-once=swww init && swww img ~/wallpaper.jpg exec-once=swww init && swww img ~/wallpaper.jpg
exec-once=nm-applet exec-once=nm-applet
exec-once=ags exec-once=ags
exec-once=gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte-Standard-Pink-Light' exec-once=~/.config/hypr/setgtktheme.sh
exec=~/.config/hypr/import-gsettings.sh exec=~/.config/hypr/import-gsettings.sh
@ -79,7 +79,7 @@ dwindle {
} }
master { master {
new_is_master = true new_status = master
} }
gestures { gestures {
@ -147,3 +147,4 @@ windowrulev2 = noanim,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
windowrulev2 = noblur,class:^(xwaylandvideobridge)$ windowrulev2 = noblur,class:^(xwaylandvideobridge)$
windowrulev2 = suppressevent maximize, class:.*

View file

@ -0,0 +1 @@
gsettings set org.gnome.desktop.interface gtk-theme 'catppuccin-latte-pink-standard+default'