diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-06-15 15:41:57 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-06-15 15:41:57 +0200 |
commit | b69bbad15dcfd547427a98d6a40d8642a74d7f8c (patch) | |
tree | 97c7f19cf725cfce62c3de6af4a5d80ea5dda9b6 /wmii-3.5/wmiirc | |
parent | 522594627298a44591383412beaa13d05c8d6daf (diff) |
New wmiirc
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 13dd962..4576383 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -18,7 +18,7 @@ set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) WMII_MENU="dmenu -b -fn '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5'" WMII_9MENU="wmii9menu -font '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5' -br '$6'" WMII_TERM="x-terminal-emulator" -WMII_LOCK="xscreensaver-command -lock" +WMII_LOCK="xlock -mode nose" # Column Rules wmiir write /colrules <<! @@ -36,7 +36,7 @@ wmiir write /tagrules <<! # Status Bar Info status() { - echo -n $(acpi | awk '{print $4}' | sed 's/,//') '|' $(ip r | head -n 1 | awk '{print $9}') '|' $(date) + echo -n $(acpi | awk '{print $4}' | sed 's/,//') '|' $(date) } # Event processing |