aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2022-01-27 02:20:24 -0500
committerBlista Kanjo2022-01-27 02:20:24 -0500
commit7b364ca50c9b886add532064ba9c08d664f353e8 (patch)
tree88013b00b5da787605de76fb1fda22dd81d17f42 /awesome/rc.lua
parent1a82dbf4dc87b392a5c4d4f862b698c238c5dc81 (diff)
declared "adwaita" as current theme
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 12d4b5e..42c0953 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -23,7 +23,7 @@ menubar.cache_entries = true
-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
-- beautiful.init(gears.filesystem.get_configuration_dir() .. "/themes/default/theme.lua")
-local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), "vide")
+local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), "adwaita")
beautiful.init(theme_path)
-- This is used later as the default terminal and editor to run.