change awful.utils.get_dir to gears.filesystem.configuration_dir

This commit is contained in:
Rene Kievits
2022-09-22 18:37:48 +02:00
parent 6cdda097c1
commit 747b8a9787
35 changed files with 49 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ local capi = {
require("src.theme.user_config")
require("src.theme.theme_config")
Theme_path = awful.util.getdir("config") .. "/src/theme/"
Theme_path = gears.filesystem.get_configuration_dir() .. "/src/theme/"
Theme = {}
-- Default font, change it in user_config, not here.

View File

@@ -18,7 +18,11 @@ User_config = {
]] --
autostart = {
"picom --experimental-backends",
"xfce4-power-manager"
"xfce4-power-manager",
"light-locker --lock-on-suspend --lock-on-lid &",
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1",
"setxkbmap -option caps:swapescape",
"/home/crylia/.screenlayout/single.sh"
},
--[[
@@ -237,7 +241,7 @@ User_config = {
weather_secrets = {
key = "",
city_id = "",
unit = ""
unit = "metric"
},
--[[