This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
cfg
Watch
1
Star
0
Fork
You've already forked cfg
0
Code
Releases
Activity
8a92a90d08
cfg
/
.config
/
i3blocks
/
dropbox
7 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
First draft of i3blocks status bar Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-02 23:43:08 +00:00
#!/bin/bash
Bring more color to the i3bar Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-03 14:22:12 +00:00
set -euo pipefail
First draft of i3blocks status bar Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-02 23:43:08 +00:00
printf '\uf6e2 '
${HOME}/bin/dropbox.py status | head -n1 || true
Copy permalink