summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-12 15:42:59 -0600
committerzachir <zachir@librem.one>2023-02-12 15:42:59 -0600
commitdf6c2098c7dd251ba15ff25be63a00ab82ad0f49 (patch)
tree3768eb296915b6d886acd09271bb4825f2aef36e
parentc3ea19e1940e965baa16c612a0dc9d7326b1cd12 (diff)
parente19aa12c3b5b8e0d4d92c02e2a92269411931646 (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles
-rw-r--r--awesome/rc.lua2
-rw-r--r--awesome/themes/default/theme.lua2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index 9c3076e..cb58f75 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -18,7 +18,7 @@ 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 = "#000000"