From 7b364ca50c9b886add532064ba9c08d664f353e8 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 27 Jan 2022 02:20:24 -0500 Subject: declared "adwaita" as current theme --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3