Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 9d24134

Browse files
committed
Search icons in $XDG_DATA_HOME
1 parent 2156e42 commit 9d24134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quicklaunch.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ local quicklaunch = {}
4040
-- some defaults:
4141
quicklaunch.height = 24
4242
quicklaunch.icon_path = {
43+
os.getenv("XDG_DATA_HOME") .. "/icons",
4344
os.getenv("HOME") .. "/.icons",
45+
os.getenv("HOME") .. "/.local/share/icons",
4446
"/usr/share/icons/hicolor/24x24/apps",
4547
"/usr/share/icons/hicolor/24x24/mimetypes",
4648
"/usr/share/icons/gnome/24x24/apps",

0 commit comments

Comments
 (0)