From 4692e9aed402a49d674ccbe026b34b292f934701 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 7 Jun 2010 09:05:22 +0000 Subject: [PATCH 1/5] updated --- rc.lua | 1 - tags.lua | 2 +- zenburn/theme.lua | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index 254a1fa..9f315b4 100644 --- a/rc.lua +++ b/rc.lua @@ -9,7 +9,6 @@ require("awful.rules") require("beautiful") require("naughty") require("teardrop") -require("obvious.battery") require("obvious.popup_run_prompt") require("vicious") diff --git a/tags.lua b/tags.lua index 836ed58..ec24163 100644 --- a/tags.lua +++ b/tags.lua @@ -1,6 +1,6 @@ -- {{{ Tags -local tags = {} +tags = {} tags.setup = { { name = "1:⚙", layout = layouts[1] }, { name = "2:⌘", layout = layouts[7] }, diff --git a/zenburn/theme.lua b/zenburn/theme.lua index 756d611..141bc25 100644 --- a/zenburn/theme.lua +++ b/zenburn/theme.lua @@ -8,7 +8,7 @@ -- {{{ Main theme = {} -theme.wallpaper_cmd = { "awsetbg -a /home/crater2150/.config/awesome/wallpaper" } +theme.wallpaper_cmd = { "nitrogen --restore" } -- }}} -- {{{ Styles From 3cc330e234b76031ab07bef06c8853a50c6d7529 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Fri, 18 Jun 2010 23:13:19 +0200 Subject: [PATCH 2/5] added claws-mail rule --- rules.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.lua b/rules.lua index 903b24c..fb78759 100644 --- a/rules.lua +++ b/rules.lua @@ -31,6 +31,8 @@ awful.rules.rules = { properties = { master = true } }, { rule = { class = "Thunderbird" }, properties = { tag = tags[1][4] } }, + { rule = { class = "Claws-mail" }, + properties = { tag = tags[1][4] } }, { rule = { class = "Sunbird-bin" }, properties = { tag = tags[1][5] } }, { rule = { class = "Gmpc" }, From cdab953dbdefadc71a67781893ec07d87005acfc Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 7 Sep 2010 17:07:00 +0200 Subject: [PATCH 3/5] ignorefile --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26708af --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wallpaper From 24d275a18a8fb71eac20e736cf3df02d01b8042c Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 7 Sep 2010 17:22:03 +0200 Subject: [PATCH 4/5] ignorefile --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26708af --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wallpaper From 787dfa94bdfeb4128b94effac8d4694fc516b810 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 7 Sep 2010 17:35:08 +0200 Subject: [PATCH 5/5] batwidget correction --- wibox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wibox.lua b/wibox.lua index 0afbebd..a640906 100644 --- a/wibox.lua +++ b/wibox.lua @@ -23,7 +23,7 @@ vicious.register(memwidget, vicious.widgets.mem, "⌸ $1% ($2MB / $3MB) ", 13) --batwidget = obvious.battery(); batwidget = widget({ type = "textbox" }) -vicious.register(batwidget, vicious.widgets.batat, "⌁ $1$2% - $3", 61) +vicious.register(batwidget, vicious.widgets.bat, "⌁ $1$2% - $3", 61) cpuwidget = awful.widget.progressbar() cpulabel = widget({ type = "textbox" })