aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-04-03 19:46:14 +0100
committerVasil Zlatanov <v@skozl.com>2019-04-03 19:46:14 +0100
commit0e49295507b71db1cbe65ef7fe591872b99b6be7 (patch)
tree03110a16b8222a31a26a4f15103d870391ed2aeb
parent9e2fe85ec8a4bc1e7d69f9c3916165a073944a02 (diff)
downloaddotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.tar.gz
dotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.tar.bz2
dotfiles-0e49295507b71db1cbe65ef7fe591872b99b6be7.zip
Add percent sign to battery
-rwxr-xr-xPanel/lemonbar/panel2
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" &