Changeset 909bc1c77c7b14ddb74df5eb488a2cd9288e0327


Ignore:
Timestamp:
09/01/10 15:49:58 (17 months ago)
Author:
Luper Rouch luper.rouch@…>
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)
Message:

update config

Location:
various/config
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • various/config/awesome/rc.lua

    r37bbbc7 r909bc1c  
    5858    ["qt"] = { position = 3, layout = awful.layout.suit.max }, 
    5959    ["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 }, 
    6265} 
    6366 
     
    7275     { match = { "Qt Assistant", "Qt Designer" }, tag = "qt", float = false }, 
    7376     { 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" }, 
    7480     { match = { "" }, buttons = awful.util.table.join( 
    7581            awful.button({ }, 1, function (c) client.focus = c; c:raise() end), 
     
    114120vicious.register(memwidget, vicious.widgets.mem, " $2MB/$3MB", 13) 
    115121 
    116 -- CPU Widget 
     122-- CPU Widgets 
    117123cpuwidget = widget({ type = "textbox" }) 
    118124vicious.register(cpuwidget, vicious.widgets.cpu, "$1%") 
     125cpufreqwidget = widget({ type = "textbox" }) 
     126vicious.register(cpufreqwidget, vicious.widgets.cpufreq, "($1MHz)", 1, "cpu0") 
    119127 
    120128-- Net Widget 
     
    125133-- tempwidget  = widget({ type = "textbox", name = "tempwidget" }) 
    126134-- vicious.register(tempwidget, vicious.widgets.thermal, "$1°C", 20, "thermal_zone2") 
     135 
     136baticon = widget({ type = "imagebox" }) 
     137baticon.image = image(beautiful.widget_bat) 
     138-- Initialize widget 
     139batwidget = widget({ type = "textbox" }) 
     140-- Register widget 
     141vicious.register(batwidget, vicious.widgets.bat, "$1$2% ($4)", 1, "BAT0") 
    127142 
    128143-- Icones 
     
    156171mymemicon.image = image(beautiful.widget_mem) 
    157172 
     173mybaticon = widget({ type = "imagebox", name = "mybaticon" }) 
     174mybaticon.image = image(beautiful.widget_bat) 
    158175-- }}} 
    159176 
     
    239256        myneticonup, netwidget, myneticon, 
    240257        myspacer, 
    241         cpuwidget, mycpuicon, 
     258        cpufreqwidget, myspacer, cpuwidget, mycpuicon, 
    242259        myspacer, 
    243260        memwidget, mymemicon, 
     261        batwidget, mybaticon, 
    244262        mytasklist[s], 
    245263        layout = awful.widget.layout.horizontal.rightleft, 
     
    407425 
    408426awful.util.spawn_with_shell("gnome-settings-daemon") 
     427awful.util.spawn_with_shell("gnome-volume-control-applet") 
     428awful.util.spawn_with_shell("gnome-power-manager") 
    409429awful.util.spawn_with_shell("xchat-gnome --class xchat") 
    410430awful.util.spawn_with_shell("pidgin") 
    411431awful.util.spawn_with_shell("chromium-browser") 
    412 awful.util.spawn_with_shell("gnome-volume-control-applet") 
    413  
    414 -- }}} 
     432awful.util.spawn_with_shell("nm-applet") 
     433awful.util.spawn_with_shell("ssh-add") 
     434 
     435-- }}} 
  • various/config/awesome/themes/zenburn/theme.lua

    r37bbbc7 r909bc1c  
    134134theme.widget_fs = prefix .. "icons/disk.png" 
    135135theme.widget_mem = prefix .. "icons/mem.png" 
     136theme.widget_bat = prefix .. "icons/bat.png" 
    136137-- }}} 
    137138 
  • various/config/awesome/vicious/widgets/bat.lua

    r37bbbc7 r909bc1c  
    77local tonumber = tonumber 
    88local setmetatable = setmetatable 
    9 local string = { format = string.format } 
     9local string = {  
     10    format = string.format,  
     11    match = string.match, 
     12    find = string.find 
     13} 
     14local io = { open = io.open } 
    1015local helpers = require("vicious.helpers") 
    1116local math = { 
     
    7479    local time = string.format("%02d:%02d", hoursleft, minutesleft) 
    7580 
    76     return {state, percent, time} 
     81    -- Get charge/discharge rate 
     82    local batstate = io.open("/proc/acpi/battery/"..warg.."/state"):read("*all") 
     83    local charge_rate = string.match(batstate, "present rate: +([0-9]+ mW)") 
     84 
     85    return {state, percent, time, charge_rate} 
    7786end 
    7887-- }}} 
  • various/config/dot-xchat2/ignore.conf

    rcadb525 r909bc1c  
    1 mask = *!*@adsl-177-221-238.msy.bellsouth.net 
    2 type = 8 
    3  
    4 mask = *!*@ip24-251-118-125.ph.ph.cox.net 
    5 type = 8 
    6  
    7 mask = *!*@174-24-58-172.clsp.qwest.net 
    8 type = 8 
    9  
    10 mask = *!*@ip-66-80-74-18.iad.megapath.net 
    11 type = 8 
    12  
    13 mask = *!*@dialin.inttek.net 
    14 type = 8 
    15  
    16 mask = *!*@bl8-6-36.dsl.telepac.pt 
    17 type = 8 
    18  
    19 mask = zdczxlynbnd!*@* 
    20 type = 159 
    21  
    22 mask = lwahddcn!*@* 
    23 type = 159 
    24  
    25 mask = dntvewessa!*@* 
    26 type = 159 
    27  
    28 mask = kyczxffm!*@* 
    29 type = 159 
    30  
    31 mask = ftzsoqdct!*@* 
    32 type = 159 
    33  
    34 mask = vyhxdpmse!*@* 
    35 type = 159 
    36  
    37 mask = uqyxmw!*@* 
    38 type = 159 
    39  
    40 mask = oOo!*@* 
    41 type = 159 
    42  
  • various/config/dot-xchat2/xchat.conf

    rcadb525 r909bc1c  
    1717dcc_auto_send = 2 
    1818dcc_blocksize = 1024 
    19 dcc_completed_dir = /home/flupke/.xchat2/downloads 
     19dcc_completed_dir =  
    2020dcc_dir = /home/flupke/.xchat2/downloads 
    2121dcc_fast_send = 1 
     
    5050gui_input_spell = 1 
    5151gui_input_style = 0 
    52 gui_join_dialog = 0 
     52gui_join_dialog = 1 
    5353gui_lagometer = 1 
    5454gui_mode_buttons = 0 
    55 gui_pane_left_size = 196 
    56 gui_pane_right_size = 0 
    57 gui_quit_dialog = 0 
    58 gui_slist_select = 31 
     55gui_pane_left_size = 100 
     56gui_pane_right_size = 100 
     57gui_quit_dialog = 1 
     58gui_slist_select = 0 
    5959gui_slist_skip = 0 
    6060gui_throttlemeter = 1 
     
    7474gui_url_mod = 4 
    7575gui_usermenu = 0 
    76 gui_win_height = 1125 
     76gui_win_height = 400 
    7777gui_win_left = 0 
    7878gui_win_save = 1 
    79 gui_win_state = 1 
    80 gui_win_top = 24 
    81 gui_win_width = 1920 
     79gui_win_state = 0 
     80gui_win_top = 0 
     81gui_win_width = 640 
    8282input_balloon_chans = 0 
    8383input_balloon_hilight = 0 
Note: See TracChangeset for help on using the changeset viewer.