diff options
| author | Blista Kanjo | 2022-04-09 16:49:44 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-09 16:49:44 -0400 |
| commit | 22b4ea3ce73cb8a06688e93288e88091c4cfe2fc (patch) | |
| tree | b1bd3f44c6a03b327e7cfafaa08bc53678b9241c /awesome/rc.lua | |
| parent | 2e3a7e19d7470c80092750d50f3b040b332761a2 (diff) | |
changed theme back to adwaita
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index a312845..ec451fc 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"), "adw") +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. |
