Merge branch 'upstream-custom' into dev

This commit is contained in:
Yingjie Wang 2024-12-15 02:16:05 -05:00
commit 11092da765
2 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,8 @@ packagesPacman=(
"jq" "jq"
"rofi-wayland" "rofi-wayland"
"fastfetch" "fastfetch"
"pipewire-pulse"
"wireplumber"
); );
packagesYay=( packagesYay=(

View File

@ -25,7 +25,7 @@ sleep 0.2
# ----------------------------------------------------- # -----------------------------------------------------
# Default theme: /THEMEFOLDER;/VARIATION # Default theme: /THEMEFOLDER;/VARIATION
# ----------------------------------------------------- # -----------------------------------------------------
themestyle="/ml4w;/ml4w/light" themestyle="/meow-blur;/meow-blur/colored"
# ----------------------------------------------------- # -----------------------------------------------------
# Get current theme information from .cache/.themestyle.sh # Get current theme information from .cache/.themestyle.sh
@ -41,7 +41,7 @@ IFS=';' read -ra arrThemes <<< "$themestyle"
echo "Theme: ${arrThemes[0]}" echo "Theme: ${arrThemes[0]}"
if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
themestyle="/ml4w;/ml4w/light" themestyle="/meow-blur;/meow-blur/colored"
fi fi
# ----------------------------------------------------- # -----------------------------------------------------