diff options
-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 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 |