Skip to content

Commit

Permalink
updated wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly-Harvey committed Apr 23, 2024
1 parent 4a6363e commit bcc1036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/desktop/hyprland/hypr/scripts/wallpaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ swww query
if [ $? -eq 1 ] ; then
swww init
fi
swww img ~/.config/hypr/wallpaper.jpg
swww img ~/.config/hypr/wallpaper.png
6 changes: 3 additions & 3 deletions modules/themes/Catppuccin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
...
}: {
home-manager.users.${username} = {config, ...}: {
home.file.".config/hypr/wallpaper.jpg" = {
source = ../wallpapers/escape_velocity.jpg;
home.file.".config/hypr/wallpaper.png" = {
# source = ../wallpapers/escape_velocity.jpg;
# source = ../wallpapers/aurora_borealis.png;
# source = ../wallpapers/moon.png;
source = ../wallpapers/moon.png;
};

dconf.settings = {
Expand Down

0 comments on commit bcc1036

Please sign in to comment.