aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-04-07 04:31:43 -0400
committerBlista Kanjo2022-04-07 04:32:06 -0400
commit95720d9741678cfb6ce53cb125c01c07379fa014 (patch)
treea4b0d4f1edadf5d667fcfd6595e12c4b3d0de83a
parentb857e14f2a46ac783fcb86f5abda1d2b42067328 (diff)
now using adw theme
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index a618352..ff66d7c 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"), "adwaita")
+local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), "adw")
beautiful.init(theme_path)
-- This is used later as the default terminal and editor to run.