Skip to content

Commit

Permalink
Added Parabola Linux-libre logo. 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
q60 committed Aug 26, 2021
1 parent 8fa0dea commit 4665d7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Here's the list of currently supported operating systems. "Supported" means havi
- MX Linux
- NixOS
- openSUSE
- Parabola Linux-libre
- postmarketOS
- Qubes OS
- Raspbian
Expand Down
13 changes: 13 additions & 0 deletions disfetch
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ case $OS in
fedora*|qubes*) PACKAGES=$(sh -c "${pm[rpm]}") ;;
garuda*|msys2*) PACKAGES=$(sh -c "${pm[pacman]}") ;;
cent*|redhat*) PACKAGES=$(sh -c "${pm[rpm]}") ;;
parabola*) PACKAGES=$(sh -c "${pm[pacman]}") ;;
gentoo*) PACKAGES=$(sh -c "${pm[emerge]}") ;;
zorin*) PACKAGES=$(sh -c "${pm[dpkg]}") ;;
haiku*) PACKAGES=$(sh -c "${pm[haiku]}") ;;
Expand Down Expand Up @@ -548,6 +549,18 @@ case $OS_LOGO in
LOGO[6]=" $a\`,$xx $a,\`$xx "
LOGO[7]=" $a\`'*'\`$xx "
;;
parabola*)
motif=${colors[bb]} # bright blue
a=${colors[b]}$zz # bold blue
LOGO[0]=" ${a}_.__$xx "
LOGO[1]=" ${a}_.,;\"[ZAMW:+$xx "
LOGO[2]=" $a,;\"\'\` @#;:$xx"
LOGO[3]=" $a.\$#;/$xx "
LOGO[4]=" $a,/;/$xx "
LOGO[5]=" $a/;/$xx "
LOGO[6]=" $a;/>$xx "
LOGO[7]=" $a,/$xx "
;;
postmarket*)
motif=${colors[gg]} # bright green
a=${colors[g]}$zz # bold green
Expand Down

0 comments on commit 4665d7c

Please sign in to comment.