aboutsummaryrefslogtreecommitdiffstats
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index b5b13ad..f085979 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -58,8 +58,7 @@ end
-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
-beautiful.init(gears.filesystem.get_themes_dir() .. "zenburn/theme.lua")
-
+beautiful.init(string.format("%s/.config/awesome/%s.lua", os.getenv("HOME"), "zenburn-theme"))
-- This is used later as the default software to run
local tools = {
terminal = "alacritty",
@@ -71,7 +70,7 @@ local tools = {
video = "vlc",
pass = "passmenu",
rofi_run = "rofi -show combi",
- habit = "/home/titan/dev/dotfiles/bin/habit",
+ habit = string.format("%s/dev/dotfiles/bin/habit", os.getenv("HOME")),
}
-- Default modkey.