diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-18 16:55:26 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-18 16:55:26 +0100 |
commit | cbe06afb8971662f84d4d79216c5871fb5cb4d96 (patch) | |
tree | 200629023479a51c8e19ca424b78830c00430674 /ratpoison | |
parent | 9493f0fd32d416ea7458f2a66d8d96ae041166d4 (diff) | |
download | dotfiles-cbe06afb8971662f84d4d79216c5871fb5cb4d96.tar.gz dotfiles-cbe06afb8971662f84d4d79216c5871fb5cb4d96.tar.bz2 dotfiles-cbe06afb8971662f84d4d79216c5871fb5cb4d96.zip |
small changes
Diffstat (limited to 'ratpoison')
-rwxr-xr-x | ratpoison/panel/panel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/panel/panel b/ratpoison/panel/panel index a243011..08c7df4 100755 --- a/ratpoison/panel/panel +++ b/ratpoison/panel/panel @@ -12,7 +12,7 @@ xtitle -sf 'T%s' > "$PANEL_FIFO" & essid -sf 'E%s' -i 3 -w wlp2s0 > "$PANEL_FIFO" & volume -i 10 -sf 'V%i' > "$PANEL_FIFO" & battery -i 5 -sf 'B%i' > "$PANEL_FIFO" & -clock -sf 'S%a %H:%M' > "$PANEL_FIFO" & +clock -sf 'S%d %a %H:%M' > "$PANEL_FIFO" & ./music > "$PANEL_FIFO" & ./cpu > "$PANEL_FIFO" & |