From e1dd7729b10dbd9cab4652535dff9e1c9462eeff Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sun, 21 Apr 2013 18:36:43 -0400 Subject: [PATCH] config --- .config/awesome/rc.lua | 13 +++++++++++++ .vim/bundle/VimOrganizer | 2 +- .vim/bundle/command-t | 2 +- .vim/bundle/lusty | 2 +- .vim/bundle/nerdtree | 2 +- .vim/bundle/syntastic | 2 +- .vim/bundle/vim-fugitive | 2 +- .vim/bundle/vim-gitgutter | 2 +- 8 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index faead9b..fffb222 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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 = {} diff --git a/.vim/bundle/VimOrganizer b/.vim/bundle/VimOrganizer index ce15d1a..77fe790 160000 --- a/.vim/bundle/VimOrganizer +++ b/.vim/bundle/VimOrganizer @@ -1 +1 @@ -Subproject commit ce15d1acdad51c3bdb9d7537f0fd36bcf9685e32 +Subproject commit 77fe79056f2c2aaf0e87bf3ccea8a73f51a096a7 diff --git a/.vim/bundle/command-t b/.vim/bundle/command-t index 8866bbc..d30099c 160000 --- a/.vim/bundle/command-t +++ b/.vim/bundle/command-t @@ -1 +1 @@ -Subproject commit 8866bbc0e18a981889b3431790caf47432f38cf4 +Subproject commit d30099cac79dfdbc4a16d8279c5a2304b1494b2c diff --git a/.vim/bundle/lusty b/.vim/bundle/lusty index 6118864..c504654 160000 --- a/.vim/bundle/lusty +++ b/.vim/bundle/lusty @@ -1 +1 @@ -Subproject commit 6118864a4d84521028e8079317f838cef1c32869 +Subproject commit c504654f37adbeeebc31796eea3ba828429dfb40 diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree index eaf1973..40d05ac 160000 --- a/.vim/bundle/nerdtree +++ b/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit eaf19734e73dbaa5b30f10591079043b0eba0aab +Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 6f214cb..78f345b 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431 +Subproject commit 78f345bab3865159596ffeeaaffd580e82716edd diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 4c7e649..f6d93b8 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed +Subproject commit f6d93b8788b57990a2669b2408004c0086d6a878 diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter index 935184b..989ad9b 160000 --- a/.vim/bundle/vim-gitgutter +++ b/.vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 935184bd1806e37c1e3319c7f7f3ae94ef5a5313 +Subproject commit 989ad9b0fba141806175248f30c383957bfd89df