diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:31:17 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:31:17 +0400 |
| commit | b815b8dc30a9632e159bf4347d615b067503215f (patch) | |
| tree | b6ea0d48d364ccd7c7341576711112fa156c9f84 /.local/bin/lemonbar/run_lemonbar.sh | |
| parent | 54d45cc3ddc50fb0db021aca14ea9284c7937984 (diff) | |
Removed unneeded scripts
Diffstat (limited to '.local/bin/lemonbar/run_lemonbar.sh')
| -rw-r--r-- | .local/bin/lemonbar/run_lemonbar.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.local/bin/lemonbar/run_lemonbar.sh b/.local/bin/lemonbar/run_lemonbar.sh deleted file mode 100644 index 1e5f967..0000000 --- a/.local/bin/lemonbar/run_lemonbar.sh +++ /dev/null @@ -1,16 +0,0 @@ -basedir=$(dirname $0) -cd $basedir - -fontsize="16" -font="DejaVu Sans Mono:style=Bold,size=${fontsize}" -# powerline-fonts-git aur package -iconsfont="xos4 Terminess Powerline:size=${fontsize}" - -rm -rf /tmp/lemonbar -mkdir /tmp/lemonbar -while :; do - printf "%s\n" "$(python3 bargen.py)" - sleep 0.5 -done | lemonbar -f "${font}" -f "${iconsfont}" -p - -wait |