aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-08 21:32:22 -0400
committertdro <tdro@users.noreply.github.com>2019-05-08 21:32:22 -0400
commitc29138d0e0c72f8277a5eecfcc9f643437205f1f (patch)
tree042edb4ea983888676a18f10a11fb3c12b31ea63 /.config/awesome
parent3d12ad0766f5b51c793f21e6d8ecb0cc13543b6e (diff)
downloaddotfiles-c29138d0e0c72f8277a5eecfcc9f643437205f1f.tar.gz
dotfiles-c29138d0e0c72f8277a5eecfcc9f643437205f1f.tar.bz2
dotfiles-c29138d0e0c72f8277a5eecfcc9f643437205f1f.zip
.config/awesome/rc.lua: Misc
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 25a88a7..b585e78 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -1,7 +1,3 @@
--- If LuaRocks is installed, make sure that packages installed through it are
--- found (e.g. lgi). If LuaRocks is not installed, do nothing.
-pcall(require, "luarocks.loader")
-
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
@@ -249,8 +245,8 @@ awful.screen.connect_for_each_screen(function(s)
left_layout:add(separator)
left_layout:add(mylayoutbox[s])
left_layout:add(separator)
- --left_layout:add(mypromptbox[s])
- --left_layout:add(separator)
+ -- left_layout:add(mypromptbox[s])
+ -- left_layout:add(separator)
left_layout:add(netwidgetwifi)
left_layout:add(netwidgetnet)
left_layout:add(separator)
@@ -258,6 +254,7 @@ awful.screen.connect_for_each_screen(function(s)
-- Widgets that are aligned to the right
local right_layout = wibox.layout.fixed.horizontal()
+ -- if s == 1 then right_layout:add(wibox.widget.systray()) end
right_layout:add(separator)
right_layout:add(memwidget)
right_layout:add(separator)