dotfiles
This commit is contained in:
17
river/bar
Executable file
17
river/bar
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
FIFO="$XDG_RUNTIME_DIR/sandbar"
|
||||
[ -e "$FIFO" ] && rm -f "$FIFO"
|
||||
mkfifo "$FIFO"
|
||||
|
||||
while cat "$FIFO"; do :; done | sandbar \
|
||||
-font "Iosevka:Pixelsize" \
|
||||
-active-fg-color "#000000" \
|
||||
-active-bg-color "#fbf1c7" \
|
||||
-inactive-fg-color "#ebdbb2" \
|
||||
-inactive-bg-color "#000000" \
|
||||
-urgent-fg-color "#000000" \
|
||||
-urgent-bg-color "#cc241d" \
|
||||
-title-fg-color "#000000" \
|
||||
-title-bg-color "#fbf1c7" \
|
||||
-vertical-padding "4"
|
||||
Reference in New Issue
Block a user