From b152b6ac66aa66e0093f4ab598d50df61ecdcb9e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 12 Apr 2008 10:04:36 +0000 Subject: [PATCH] update awesome clock and awesomerc --- .awesome_clock | 2 +- .awesomerc | 103 ++++++++++++++++++------------------------------- 2 files changed, 38 insertions(+), 67 deletions(-) diff --git a/.awesome_clock b/.awesome_clock index 6046262..5a5047b 100755 --- a/.awesome_clock +++ b/.awesome_clock @@ -7,7 +7,7 @@ else fi; updateClock() { - echo "$SCREEN widget_tell tb_date $(date +' %H:%M ')" | \ + echo -e "$SCREEN widget_tell tb_date $(date +' %H:%M ')\n\n" | \ awesome-client } diff --git a/.awesomerc b/.awesomerc index 0f05792..d0adbfd 100644 --- a/.awesomerc +++ b/.awesomerc @@ -1,24 +1,40 @@ screen "0" { + styles + { + normal + { + font = "sans 10" + fg = "#dddddd" + bg = "#444444" + border = "#555555" + } + focus + { + fg = "#eeeeee" + bg = "#535d6c" + border = "#5555FF" + } + urgent + { + fg = "#111111" + bg = "#ff4500" + } + } general { border = 1 snap = 8 resize_hints = true sloppy_focus = true # sloppy_focus_raise = false - new_become_master = true - new_get_focus = true - font = "vera-10" - opacity_unfocused = -1 +# new_become_master = true +# new_get_focus = true +# font = "vera-10" + opacity_unfocused = 0.8 # floating_placement = "smart" } statusbar "mystatusbar" { position = "top" - height = 0 - width = 0 taglist "mytaglist" { - x = -1 - y = -1 -# align = "auto" mouse { modkey = {} button = "1" @@ -51,13 +67,10 @@ screen "0" { } } textbox "tb_date" { - fg = "#009933" + # fg = "#009933" text = "testing 1 2 3" } layoutinfo "mylayoutinfo" { - x = -1 - y = -1 -# align = "auto" mouse { modkey = {} button = "1" @@ -84,8 +97,6 @@ screen "0" { } } tasklist "mytasklist" { - x = -1 - y = -1 mouse { modkey = {} button = "4" @@ -110,13 +121,6 @@ screen "0" { command = "client_swapprev" # arg = "" } - # fg = "" - # bg = "" - # focus_fg = "" - # focus_bg = "" - # font = "" -# text_align = "left" -# show = "tags" show_icons = true } } @@ -176,17 +180,17 @@ screen "0" { ncol = 1 } } - colors { - normal_border = "#111111" - normal_bg = "#111111" - normal_fg = "#eeeeee" - focus_border = "#6666ff" - focus_bg = "#6666ff" - focus_fg = "#ffffff" - urgent_bg = "#ff0000" - urgent_fg = "#ffffff" - tab_border = "#ff0000" - } +# colors { +# normal_border = "#111111" +# normal_bg = "#111111" +# normal_fg = "#eeeeee" +# focus_border = "#6666ff" +# focus_bg = "#6666ff" +# focus_fg = "#ffffff" +# urgent_bg = "#ff0000" +# urgent_fg = "#ffffff" +# # tab_border = "#ff0000" +# } layouts { layout "tile" { image = "/usr/share/awesome/icons/layouts/tilew.png" @@ -221,39 +225,6 @@ screen "0" { } } rules { - rule { - # xproperty_name = "" - # xproperty_value = "" - name = "Gimp" - # tags = "" - # icon = "" - float = "true" -# master = "auto" - screen = -1 -# opacity = -1.000000 - } - rule { - # xproperty_name = "" - # xproperty_value = "" - name = "MPlayer" - # tags = "" - # icon = "" - float = "true" -# master = "auto" -# screen = -1 -# opacity = -1.000000 - } - rule { - # xproperty_name = "" - # xproperty_value = "" - name = "Acroread" - # tags = "" - # icon = "" - float = "true" -# master = "auto" - screen = -1 -# opacity = -1.000000 - } rule { # xproperty_name = "" # xproperty_value = "" -- 2.39.2