From 5189e29eb90dbd04521ad4aac6766ad2846867b0 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Wed, 6 Apr 2022 23:17:59 +0800 Subject: [PATCH] =?UTF-8?q?awesome=20=E4=BD=BF=E7=94=A8=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20multicolor=20=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 65388b8..ba44fad 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -245,8 +245,8 @@ lain.layout.cascade.tile.extra_padding = dpi(5) lain.layout.cascade.tile.nmaster = 5 lain.layout.cascade.tile.ncol = 2 -beautiful.init(string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)) --- beautiful.init(string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme)) +-- beautiful.init(string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)) +beautiful.init(string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme)) -- }}} -- {{{ Menu