ports/x11/awesome/patches/patch-docs_07-my-first-awesome_md

22 lines
848 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: docs/07-my-first-awesome.md
--- docs/07-my-first-awesome.md.orig
+++ docs/07-my-first-awesome.md
@@ -76,7 +76,7 @@ the file:
For this tutorial we will stick with the default theme.
Now we will customize the theme. Copy
-`/usr/share/awesome/themes/default/theme.lua` to `~/.config/awesome/` and change
+`${LOCALBASE}/share/awesome/themes/default/theme.lua` to `~/.config/awesome/` and change
the above line in your theme like this (remember to replace `USER` with your
user name):
@@ -87,7 +87,7 @@ user name):
Your desktop background image is handled in your theme file. To change it, edit
this line in your theme file:
- beautiful.get().wallpaper = "/usr/share/awesome/themes/default/background.png"
+ beautiful.get().wallpaper = "${LOCALBASE}/share/awesome/themes/default/background.png"
## Personalize your layouts