Use ~ instead of /home/julian
This commit is contained in:
@@ -46,7 +46,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Dracula Rounded"
|
||||
directory = "/home/julian/.config/leftwm/themes/Dracula Rounded"
|
||||
directory = "~/.config/leftwm/themes/Dracula Rounded"
|
||||
repository = "https://github.com/AethanFoot/leftwm-theme-dracula-rounded/"
|
||||
commit = "*"
|
||||
version = "0.0.3"
|
||||
@@ -55,7 +55,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Forest"
|
||||
directory = "/home/julian/.config/leftwm/themes/Forest"
|
||||
directory = "~/.config/leftwm/themes/Forest"
|
||||
repository = "https://github.com/lex148/forest/"
|
||||
commit = "*"
|
||||
version = "0.0.1"
|
||||
@@ -80,7 +80,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Blue Coffee"
|
||||
directory = "/home/julian/.config/leftwm/themes/Blue Coffee"
|
||||
directory = "~/.config/leftwm/themes/Blue Coffee"
|
||||
repository = "https://github.com/Qwart376/Blue-Coffee/"
|
||||
commit = "*"
|
||||
version = "0.0.1"
|
||||
@@ -113,7 +113,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Garden"
|
||||
directory = "/home/julian/.config/leftwm/themes/Garden"
|
||||
directory = "~/.config/leftwm/themes/Garden"
|
||||
repository = "https://github.com/taylor85345/leftwm-theme-garden"
|
||||
commit = "*"
|
||||
version = "0.0.4"
|
||||
@@ -122,7 +122,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Epitaph"
|
||||
directory = "/home/julian/.config/leftwm/themes/Epitaph"
|
||||
directory = "~/.config/leftwm/themes/Epitaph"
|
||||
repository = "https://github.com/VentGrey/Epitaph"
|
||||
commit = "*"
|
||||
version = "0.0.2"
|
||||
@@ -131,7 +131,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Ocean-night"
|
||||
directory = "/home/julian/.config/leftwm/themes/Ocean-night"
|
||||
directory = "~/.config/leftwm/themes/Ocean-night"
|
||||
repository = "https://github.com/TheRoniOne/ocean-night"
|
||||
commit = "*"
|
||||
version = "0.0.1"
|
||||
@@ -172,7 +172,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Double Bar"
|
||||
directory = "/home/julian/.config/leftwm/themes/Double Bar"
|
||||
directory = "~/.config/leftwm/themes/Double Bar"
|
||||
repository = "https://github.com/PeterDauwe/doublebar/"
|
||||
commit = "*"
|
||||
version = "0.0.2"
|
||||
@@ -189,7 +189,7 @@ current = false
|
||||
|
||||
[[repos.themes]]
|
||||
name = "Ascent"
|
||||
directory = "/home/julian/.config/leftwm/themes/Ascent"
|
||||
directory = "~/.config/leftwm/themes/Ascent"
|
||||
repository = "https://gitlab.com/mWalrus/ascent"
|
||||
commit = "*"
|
||||
version = "1.0.0"
|
||||
|
@@ -107,7 +107,7 @@ index 0f03bbb..6455180 100755
|
||||
if [ -x "$(command -v feh)" ]; then
|
||||
- feh --bg-scale "${SCRIPTPATH}/background.jpg"
|
||||
+ # feh --bg-scale "${SCRIPTPATH}/background.jpg"
|
||||
+ feh --bg-fill /home/julian/Bilder/background.jpg
|
||||
+ feh --bg-fill ~/Bilder/background.jpg
|
||||
fi
|
||||
|
||||
#make sure all fonts needed are installed
|
||||
|
Reference in New Issue
Block a user