aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-04-10 00:18:51 -0400
committerBlista Kanjo2022-04-10 00:18:51 -0400
commit80095bf811b3306f0016f38aff66b67080bbcf31 (patch)
tree3aa75af1419b2657d2d35c8909d0435742efceba
parent97715afc3827f8b790859c887779ae60d5de437e (diff)
using libadwaita-inspired 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 ec451fc..a312845 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.