chore: Fix spaceship config

This commit is contained in:
DashieTM 2024-04-17 13:56:19 +02:00
parent 850454a6c6
commit 98da22c22f
4 changed files with 35 additions and 21 deletions

View file

@ -1,18 +1,5 @@
#{
# xdg.configFile."hypr/hyprpaper.conf" = {
# text =
# ''
# #load
# preload = /home/dashie/Pictures/backgrounds/shinobu_2k.jpg
# preload = /home/dashie/Pictures/backgrounds/shino_wide.png
# preload = /home/dashie/Pictures/backgrounds/shinobu_1200.jpg
#
# #set
# wallpaper = DP-2,/home/dashie/Pictures/backgrounds/shinobu_2k.jpg
# wallpaper = DP-1,/home/dashie/Pictures/backgrounds/shino_wide.png
# wallpaper = HDMI-A-1,/home/dashie/Pictures/backgrounds/shinobu_1200.jpg
# splash = true
# '';
# };
#}
{}
{ config, ... }: {
xdg.configFile."hypr/hyprpaper.conf" = {
text = config.programs.hyprland.hyprpaper;
};
}