From d9e4622c0d572d45ff2616942e4388e7680d8ff6 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 22 Feb 2023 22:08:14 +0200 Subject: [PATCH] Changed wallpaper name --- .config/awesome/mytheme.lua | 2 +- .local/share/bg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 .local/share/bg diff --git a/.config/awesome/mytheme.lua b/.config/awesome/mytheme.lua index c034f43f..7fe91676 100644 --- a/.config/awesome/mytheme.lua +++ b/.config/awesome/mytheme.lua @@ -93,7 +93,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path .. "default/titleba theme.titlebar_maximized_button_normal_active = themes_path .. "default/titlebar/maximized_normal_active.png" theme.titlebar_maximized_button_focus_active = themes_path .. "default/titlebar/maximized_focus_active.png" -theme.wallpaper = "~/.local/share/wallpaper.png" +theme.wallpaper = "~/.local/share/bg" -- You can use your own layout icons like this: theme.layout_fairh = themes_path .. "default/layouts/fairhw.png" diff --git a/.local/share/bg b/.local/share/bg new file mode 120000 index 00000000..cf6a2cb6 --- /dev/null +++ b/.local/share/bg @@ -0,0 +1 @@ +wallpaper.png \ No newline at end of file