]> git.rmz.io Git - dotfiles.git/commitdiff
move battery notification to the top_right
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 28 Oct 2013 15:22:53 +0000 (16:22 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 28 Oct 2013 15:22:53 +0000 (16:22 +0100)
awesome/widgets/battery_widget.lua

index 6215bab8be8aa1ecdaad56561db60d8c5eb4d935..e1be687011e2a7083491b1395b38882d19ea44eb 100644 (file)
@@ -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
                                })