diff options
Diffstat (limited to 'bin/bar.sh')
-rwxr-xr-x | bin/bar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bar.sh b/bin/bar.sh index 6a0a04d..8dfbc7b 100755 --- a/bin/bar.sh +++ b/bin/bar.sh @@ -1,4 +1,4 @@ #!/bin/sh # loads color envs, pipes spoon to dzen . $HOME_ETC/color/colors.sh -spoon -t|dzen2 -ta r -fg "$foreground" -bg "$background" -fn "Terminus:style=Regular:pixelsize=12" -u -h 13 -w 1366 -l 0 -p +spoon -t|dzen2 -ta r -fg "$foreground" -bg "$background" -fn "Terminus:style=Regular:pixelsize=12" -u -h 13 -l 0 -p |