- Timestamp:
- 09/01/10 15:49:58 (21 months ago)
- Children:
- e7bf52cedc5410a62a59bfc22946d72454d3a5ac
- Parents:
- cadb525021a211c188d97fc9f03e59b3534cf108
- git-author:
- Luper Rouch <luper.rouch@…> (09/01/10 15:48:42)
- git-committer:
- Luper Rouch luper.rouch@…> (09/01/10 15:49:58)
- File:
-
- 1 edited
-
various/config/awesome/rc.lua (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
various/config/awesome/rc.lua
r37bbbc7 r909bc1c 58 58 ["qt"] = { position = 3, layout = awful.layout.suit.max }, 59 59 ["p2p"] = { position = 4 }, 60 61 ["chat"] = { position = 1, screen = 2, init = true }, 60 ["gimp"] = { position = 5, layout = awful.layout.suit.tile, 61 mwfact = 0.18, icon="/usr/share/pixmaps/gimp.png" }, 62 ["palette"] = { position = 2, exclusive = true }, 63 64 ["chat"] = { position = 10, screen = 2, init = true }, 62 65 } 63 66 … … 72 75 { match = { "Qt Assistant", "Qt Designer" }, tag = "qt", float = false }, 73 76 { match = { "Ktorrent" }, tag = "p2p" }, 77 { match = { "Gimp" }, tag = "gimp" }, 78 { match = { "gimp%-image%-window" }, tag = "gimp", slave = true }, 79 { match = { "palette-editor.py", "palette-client.py" }, tag = "palette" }, 74 80 { match = { "" }, buttons = awful.util.table.join( 75 81 awful.button({ }, 1, function (c) client.focus = c; c:raise() end), … … 114 120 vicious.register(memwidget, vicious.widgets.mem, " $2MB/$3MB", 13) 115 121 116 -- CPU Widget 122 -- CPU Widgets 117 123 cpuwidget = widget({ type = "textbox" }) 118 124 vicious.register(cpuwidget, vicious.widgets.cpu, "$1%") 125 cpufreqwidget = widget({ type = "textbox" }) 126 vicious.register(cpufreqwidget, vicious.widgets.cpufreq, "($1MHz)", 1, "cpu0") 119 127 120 128 -- Net Widget … … 125 133 -- tempwidget = widget({ type = "textbox", name = "tempwidget" }) 126 134 -- vicious.register(tempwidget, vicious.widgets.thermal, "$1°C", 20, "thermal_zone2") 135 136 baticon = widget({ type = "imagebox" }) 137 baticon.image = image(beautiful.widget_bat) 138 -- Initialize widget 139 batwidget = widget({ type = "textbox" }) 140 -- Register widget 141 vicious.register(batwidget, vicious.widgets.bat, "$1$2% ($4)", 1, "BAT0") 127 142 128 143 -- Icones … … 156 171 mymemicon.image = image(beautiful.widget_mem) 157 172 173 mybaticon = widget({ type = "imagebox", name = "mybaticon" }) 174 mybaticon.image = image(beautiful.widget_bat) 158 175 -- }}} 159 176 … … 239 256 myneticonup, netwidget, myneticon, 240 257 myspacer, 241 cpu widget, mycpuicon,258 cpufreqwidget, myspacer, cpuwidget, mycpuicon, 242 259 myspacer, 243 260 memwidget, mymemicon, 261 batwidget, mybaticon, 244 262 mytasklist[s], 245 263 layout = awful.widget.layout.horizontal.rightleft, … … 407 425 408 426 awful.util.spawn_with_shell("gnome-settings-daemon") 427 awful.util.spawn_with_shell("gnome-volume-control-applet") 428 awful.util.spawn_with_shell("gnome-power-manager") 409 429 awful.util.spawn_with_shell("xchat-gnome --class xchat") 410 430 awful.util.spawn_with_shell("pidgin") 411 431 awful.util.spawn_with_shell("chromium-browser") 412 awful.util.spawn_with_shell("gnome-volume-control-applet") 413 414 -- }}} 432 awful.util.spawn_with_shell("nm-applet") 433 awful.util.spawn_with_shell("ssh-add") 434 435 -- }}}
Note: See TracChangeset
for help on using the changeset viewer.
