remove hardcoded username from css and desktop entry

This commit is contained in:
2026-06-13 11:46:08 +02:00
parent d68c07abab
commit db2ad74b60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Switch Wallpaper
Exec=/home/ulve/.local/bin/wallpaper.sh
Exec=bash -c '~/.local/bin/wallpaper.sh'
Type=Application
Categories=Utility;
+1 -1
View File
@@ -12,7 +12,7 @@ window#waybar {
}
#custom-nurgle {
background-image: url("/home/ulve/.config/waybar/nurgle.png");
background-image: url("~/.config/waybar/nurgle.png");
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;