remove hardcoded username from css and desktop entry
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Switch Wallpaper
|
Name=Switch Wallpaper
|
||||||
Exec=/home/ulve/.local/bin/wallpaper.sh
|
Exec=bash -c '~/.local/bin/wallpaper.sh'
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-nurgle {
|
#custom-nurgle {
|
||||||
background-image: url("/home/ulve/.config/waybar/nurgle.png");
|
background-image: url("~/.config/waybar/nurgle.png");
|
||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user