summaryrefslogtreecommitdiffstats
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index cedefc8..0c6ce86 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -6,11 +6,10 @@ require("awful.rules")
require("beautiful")
-- Notification library
require("naughty")
-require("vicious")
-
+--require("vicious")
-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
-beautiful.init(".config/awesome/themes/default/theme.lua")
+beautiful.init("/home/slash/.config/awesome/themes/default/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "urxvt"
@@ -74,8 +73,8 @@ mylauncher = awful.widget.launcher({ image = image(beautiful.awesome_icon),
mytextclock = awful.widget.textclock({ align = "right" })
-- Create Network usage widget
-netwidget = widget({ type = "textbox" })
-vicious.register(netwidget, vicious.net, "down:${eth0 down_kb} up:${eth0 up_kb}")
+--netwidget = widget({ type = "textbox" })
+--vicious.register(netwidget, vicious.net, "down:${eth0 down_kb} up:${eth0 up_kb}")
-- Create a systray
mysystray = widget({ type = "systray" })