From: Samir Benmendil Date: Mon, 28 Oct 2013 15:22:53 +0000 (+0100) Subject: move battery notification to the top_right X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3575cadcd195bb7c4562d0e1fc1c56be0a25a1a6?ds=inline move battery notification to the top_right --- diff --git a/awesome/widgets/battery_widget.lua b/awesome/widgets/battery_widget.lua index 6215bab..e1be687 100644 --- a/awesome/widgets/battery_widget.lua +++ b/awesome/widgets/battery_widget.lua @@ -42,7 +42,7 @@ local function batclosure () text = "Battery has leaked most of its power ( ⚡ " ..charge.."%)!", timeout = 7, - position = "bottom_right", + position = "top_right", fg = beautiful.fg_focus, bg = beautiful.bg_focus })