demo fun
This commit is contained in:
parent
5c1a24cb4a
commit
ce55ff7da5
|
@ -7,6 +7,7 @@ geom=400x20+10+10
|
||||||
slant_fg='#a7a7a7'
|
slant_fg='#a7a7a7'
|
||||||
slant_bg='#3e3e3e'
|
slant_bg='#3e3e3e'
|
||||||
colors="%{F${slant_fg}}%{B${slant_bg}}"
|
colors="%{F${slant_fg}}%{B${slant_bg}}"
|
||||||
|
invert="%{B${slant_fg}}%{F${slant_bg}}"
|
||||||
|
|
||||||
reset='%{B-}%{F-}'
|
reset='%{B-}%{F-}'
|
||||||
|
|
||||||
|
@ -15,11 +16,17 @@ space()
|
||||||
printf %${Len}s
|
printf %${Len}s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
slant()
|
||||||
|
{
|
||||||
|
echo -n "${colors}%{${1}${Len}}$(space)"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
echo " \
|
echo " \
|
||||||
${colors}%{E${Len}}$(space)${reset} - \
|
${colors}%{E${Len}}$(space)${reset} - \
|
||||||
${colors}%{e${Len}}$(space)${reset} - \
|
${colors}%{e${Len}}$(space)${reset} - \
|
||||||
${colors}%{D${Len}}$(space)${reset} - \
|
${colors}%{D${Len}}$(space)${reset} - \
|
||||||
${colors}%{d${Len}}$(space)${reset} \
|
${colors}%{d${Len}}$(space)${reset} \
|
||||||
${colors}%{d${Len}}$(space)%{B${slant_fg}}%{F${slant_bg}} ~ slants and shit ~ \
|
\
|
||||||
${colors}%{E${Len}}$(space)${reset}" \
|
$(slant d)${invert}slants$(slant E)${reset}and$(slant d)${invert}shit$(slant E)" \
|
||||||
| ./lemonbar -g $geom -p -B "$slant_bg" -F "#FFFFFF"
|
| ./lemonbar -g $geom -p -B "$slant_bg" -F "$slant_fg"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user