config
This commit is contained in:
parent
9e53a1ee9b
commit
e1dd7729b1
8 changed files with 20 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ require("awful.rules")
|
|||
require("beautiful")
|
||||
-- Notification library
|
||||
require("naughty")
|
||||
--require("vicious")
|
||||
|
||||
-- {{{ Error handling
|
||||
-- Check if awesome encountered an error during startup and fell back to
|
||||
|
|
@ -35,6 +36,7 @@ end
|
|||
-- {{{ Variable definitions
|
||||
-- Themes define colours, icons, and wallpapers
|
||||
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
||||
beautiful.border_width = "2"
|
||||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
terminal = "gnome-terminal"
|
||||
|
|
@ -100,6 +102,17 @@ mytextclock = awful.widget.textclock({ align = "right" })
|
|||
-- Create a systray
|
||||
mysystray = widget({ type = "systray" })
|
||||
|
||||
---- CPU
|
||||
---- Initialize widget
|
||||
--cpuwidget = awful.widget.graph()
|
||||
---- Graph properties
|
||||
--cpuwidget:set_width(50)
|
||||
--cpuwidget:set_background_color("#494B4F")
|
||||
--cpuwidget:set_color({ type = "linear", from = { 0, 0 }, to = { 10,0 }, stops = { {0, "#FF5656"}, {0.5, "#88A175"},
|
||||
--{1, "#AECF96" }}})
|
||||
---- Register widget
|
||||
--vicious.register(cpuwidget, vicious.widgets.cpu, "$1")
|
||||
|
||||
-- Create a wibox for each screen and add it
|
||||
mywibox = {}
|
||||
mypromptbox = {}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ce15d1acdad51c3bdb9d7537f0fd36bcf9685e32
|
||||
Subproject commit 77fe79056f2c2aaf0e87bf3ccea8a73f51a096a7
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8866bbc0e18a981889b3431790caf47432f38cf4
|
||||
Subproject commit d30099cac79dfdbc4a16d8279c5a2304b1494b2c
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6118864a4d84521028e8079317f838cef1c32869
|
||||
Subproject commit c504654f37adbeeebc31796eea3ba828429dfb40
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit eaf19734e73dbaa5b30f10591079043b0eba0aab
|
||||
Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431
|
||||
Subproject commit 78f345bab3865159596ffeeaaffd580e82716edd
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed
|
||||
Subproject commit f6d93b8788b57990a2669b2408004c0086d6a878
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 935184bd1806e37c1e3319c7f7f3ae94ef5a5313
|
||||
Subproject commit 989ad9b0fba141806175248f30c383957bfd89df
|
||||
Loading…
Add table
Add a link
Reference in a new issue