10 lines
140 B
Plaintext
Executable File
10 lines
140 B
Plaintext
Executable File
!/bin/bash
|
|
|
|
# a simple wrapper for inserting xmobar stuff
|
|
|
|
status=$(status-bat)
|
|
|
|
parts=($status)
|
|
|
|
echo "<fn=1>${parts[0]}</fn> ${parts[1]}"
|