This commit is contained in:
soraefir
2026-06-05 01:57:27 +02:00
parent aab910d3a6
commit 1590a1cf31
6 changed files with 19 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ in {
name = "${config.colorscheme.slug}-Dark";
package = gtkThemeFromScheme;
};
gtk4.theme = config.gtk.theme;
iconTheme = {
name = "tela-circle-icon-theme";
package = pkgs.tela-circle-icon-theme;
@@ -30,7 +31,7 @@ in {
platformTheme.name = "gtk";
};
home.packages = [ wallpaperGen pkgs.swww ];
home.packages = [ wallpaperGen pkgs.awww ];
xdg.configFile."script/wallpaper.sh".text = ''
#!/bin/sh
@@ -49,7 +50,7 @@ in {
IMG=$WPDIR/$(echo "$RES" | wofi --dmenu --allow-images show-icons true -theme-str '#window { width: 50%; }' -p "Choose wallpaper:")
IMG=$(echo "$IMG" | awk -F ':' '{print $2}')
swww img $IMG
awww img $IMG
'';
};
}