Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
13
.bin/OLD/osdbar
Executable file
13
.bin/OLD/osdbar
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
osd_cat --pos=bottom \
|
||||
--offset=220 \
|
||||
--align=center \
|
||||
--indent=0 \
|
||||
--font="-*-terminus-bold-r-normal-*-38-*-*-*-*-*-*-*" \
|
||||
--colour="#FF6A00" \
|
||||
--barmode=percentage \
|
||||
--outline=2 \
|
||||
--age=0 \
|
||||
--percentage=$1 \
|
||||
--text="$2" &
|
||||
Reference in New Issue
Block a user