From a4f9ca967eff9d5a1692c0db830825e75e8f2386 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Sun, 12 Feb 2023 01:43:36 -0600
Subject: tweak theme for better visibility

---
 awesome/themes/default/theme.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index f5d77fa..cb58f75 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -18,10 +18,10 @@ theme.bg_focus      = "#39c1ed"
 theme.bg_accent     = "#198844"
 theme.bg_urgent     = "#ff0000"
 theme.bg_minimize   = "#444444"
-theme.bg_systray    = theme.bg_normal
+theme.bg_systray    = theme.bg_focus
 
 theme.fg_normal     = "#aaaaaa"
-theme.fg_focus      = "#ffffff"
+theme.fg_focus      = "#000000"
 theme.fg_urgent     = "#ffffff"
 theme.fg_minimize   = "#ffffff"
 
-- 
cgit v1.2.3


From e19aa12c3b5b8e0d4d92c02e2a92269411931646 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Sun, 12 Feb 2023 15:40:31 -0600
Subject: move awesome battery widget notification position to top right

---
 awesome/rc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/awesome/rc.lua b/awesome/rc.lua
index 66ecb28..5eaae53 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -307,7 +307,7 @@ awful.screen.connect_for_each_screen(function(s)
         warning_msg_icon = "~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg",
         enable_battery_warning = true,
         show_notification_mode = "on_click", -- "on_hover" is default, or "on_click" or "off"
-        notification_position = "top_left" -- "top_left is default, or top_right, top_left, bottom_left, bottom_right, top_middle, bottom_middle
+        notification_position = "top_right" -- "top_left is default, or top_right, top_left, bottom_left, bottom_right, top_middle, bottom_middle
       }
     else
       battery = nil
-- 
cgit v1.2.3