diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:46:14 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:46:14 +0100 |
commit | 0e49295507b71db1cbe65ef7fe591872b99b6be7 (patch) | |
tree | 03110a16b8222a31a26a4f15103d870391ed2aeb /Panel | |
parent | 9e2fe85ec8a4bc1e7d69f9c3916165a073944a02 (diff) | |
download | dotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.tar.gz dotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.tar.bz2 dotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.zip |
Add percent sign to battery
Diffstat (limited to 'Panel')
-rwxr-xr-x | Panel/lemonbar/panel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel/lemonbar/panel b/Panel/lemonbar/panel index 8058e56..f7d0cd7 100755 --- a/Panel/lemonbar/panel +++ b/Panel/lemonbar/panel @@ -12,7 +12,7 @@ mkfifo -m 777 "$PANEL_FIFO" ./windows > "$PANEL_FIFO" & #echo "D`rpws current`" > "$PANEL_FIFO" & volume -f 'V%i' > "$PANEL_FIFO" & -battery -i 60 -sf 'B%s %i' > "$PANEL_FIFO" & +battery -i 60 -sf 'B%s %i%%' > "$PANEL_FIFO" & clock -i 60 -sf 'Z%d %a %H:%M' > "$PANEL_FIFO" & ./music > "$PANEL_FIFO" & #./load > "$PANEL_FIFO" & |