fucking mess

This commit is contained in:
2021-09-15 08:37:45 +02:00
parent 96207fbd9d
commit 4572645217
27 changed files with 12181 additions and 0 deletions

26
tmux/.tmux/subsegment.sh Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
case $1 in
start)
case $3 in
round)
separator="\ue0b7";;
sharp | *)
separator="\ue0b3";;
esac;;
end)
case $3 in
round)
separator="\ue0b5";;
sharp | *)
separator="\ue0b1";;
esac;;
esac
if [ ! -z $2 ]; then echo -ne "#[fg=colour$2]"; fi
echo -ne "$separator"
if [ ! -z $2 ]; then echo -ne "#[fg=white]"; fi