3 Commits
Author SHA1 Message Date
wyj 11092da765 Merge branch 'upstream-custom' into dev 2024-12-15 02:16:05 -05:00
wyj bd0c7eb2dd update: packages 2024-12-15 02:15:33 -05:00
wyj 64a7399ea9 fix: waybar launch 2024-11-21 14:02:46 -05:00
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -47,6 +47,8 @@ packagesPacman=(
"jq"
"rofi-wayland"
"fastfetch"
"pipewire-pulse"
"wireplumber"
);
packagesYay=(
+2 -2
View File
@@ -25,7 +25,7 @@ sleep 0.2
# -----------------------------------------------------
# Default theme: /THEMEFOLDER;/VARIATION
# -----------------------------------------------------
themestyle="/ml4w;/ml4w/light"
themestyle="/meow-blur;/meow-blur/colored"
# -----------------------------------------------------
# Get current theme information from .cache/.themestyle.sh
@@ -41,7 +41,7 @@ IFS=';' read -ra arrThemes <<< "$themestyle"
echo "Theme: ${arrThemes[0]}"
if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
themestyle="/ml4w;/ml4w/light"
themestyle="/meow-blur;/meow-blur/colored"
fi
# -----------------------------------------------------