workaround get_themes_dir

This commit is contained in:
yosh 2022-10-25 01:13:33 -04:00
parent 5e9744472e
commit 6edc196b05
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local beautiful = require("beautiful")
-- Themes define colours, icons, font and wallpapers.
theme = "default"
beautiful.init(gears.filesystem.get_themes_dir() .. theme .. "/theme.lua")
beautiful.init(gears.filesystem.get_configuration_dir() .. "themes/" .. theme .. "/theme.lua")
-- per-theme wallpaper and bar config
require("themes." .. theme .. ".wallpaper")