Show logo now that we are coming from the new menu
This commit is contained in:
parent
9c70a8e187
commit
57443e74ad
@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Show logo
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
clear
|
|
||||||
cat <~/.local/share/omarchy/logo.txt
|
|
||||||
|
|
||||||
font=$(
|
font=$(
|
||||||
fc-list :spacing=100 -f "%{family[0]}\n" |
|
fc-list :spacing=100 -f "%{family[0]}\n" |
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Show logo
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
clear
|
|
||||||
cat <~/.local/share/omarchy/logo.txt
|
|
||||||
|
|
||||||
options=("MariaDB" "MySQL" "Redis" "PostgreSQL")
|
options=("MariaDB" "MySQL" "Redis" "PostgreSQL")
|
||||||
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
|
|
||||||
echo "Installing all dependencies..."
|
echo "Installing all dependencies..."
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
|
|
||||||
if [[ "--remove" == "$1" ]]; then
|
if [[ "--remove" == "$1" ]]; then
|
||||||
yay -Rns --noconfirm libfido2 pam-u2f
|
yay -Rns --noconfirm libfido2 pam-u2f
|
||||||
sudo rm -rf /etc/fido2
|
sudo rm -rf /etc/fido2
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
|
|
||||||
if [[ "--remove" == "$1" ]]; then
|
if [[ "--remove" == "$1" ]]; then
|
||||||
yay -Rns --noconfirm fprintd
|
yay -Rns --noconfirm fprintd
|
||||||
sudo rm -rf /etc/pam.d/polkit-1
|
sudo rm -rf /etc/pam.d/polkit-1
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
|
|
||||||
echo "Adding multilib repository for 32-bit compatibility"
|
echo "Adding multilib repository for 32-bit compatibility"
|
||||||
sudo sed -i '/^\s*#\[multilib\]/,/^$/{s/^\s*#//}' /etc/pacman.conf
|
sudo sed -i '/^\s*#\[multilib\]/,/^$/{s/^\s*#//}' /etc/pacman.conf
|
||||||
sudo pacman -Sy
|
sudo pacman -Sy
|
||||||
|
5
bin/omarchy-show-logo
Executable file
5
bin/omarchy-show-logo
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
clear
|
||||||
|
cat <~/.local/share/omarchy/logo.txt
|
||||||
|
echo
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Show logo
|
~/.local/share/omarchy/bin/omarchy-show-logo
|
||||||
clear
|
|
||||||
cat <~/.local/share/omarchy/logo.txt
|
|
||||||
|
|
||||||
for dir in ~/.config/omarchy/themes/*/; do
|
for dir in ~/.config/omarchy/themes/*/; do
|
||||||
[ -d "$dir" ] && [ ! -L "${dir%/}" ] && echo "Updating: $(basename "$dir")" && git -C "$dir" pull
|
[ -d "$dir" ] && [ ! -L "${dir%/}" ] && echo "Updating: $(basename "$dir")" && git -C "$dir" pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user