diff options
author | zachir <zachir@librem.one> | 2023-02-12 15:40:31 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-12 15:40:31 -0600 |
commit | e19aa12c3b5b8e0d4d92c02e2a92269411931646 (patch) | |
tree | 3768eb296915b6d886acd09271bb4825f2aef36e /awesome/rc.lua | |
parent | a4f9ca967eff9d5a1692c0db830825e75e8f2386 (diff) |
move awesome battery widget notification position to top right
Diffstat (limited to 'awesome/rc.lua')
-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 |