summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-12 15:40:31 -0600
committerzachir <zachir@librem.one>2023-02-12 15:40:31 -0600
commite19aa12c3b5b8e0d4d92c02e2a92269411931646 (patch)
tree3768eb296915b6d886acd09271bb4825f2aef36e /awesome/rc.lua
parenta4f9ca967eff9d5a1692c0db830825e75e8f2386 (diff)
move awesome battery widget notification position to top right
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 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