diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index f3912ba..0c56d53 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -47,6 +47,8 @@ packagesPacman=( "jq" "rofi-wayland" "fastfetch" + "pipewire-pulse" + "wireplumber" ); packagesYay=( diff --git a/waybar/launch.sh b/waybar/launch.sh index 2cf44ae..e65e3c8 100755 --- a/waybar/launch.sh +++ b/waybar/launch.sh @@ -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 # -----------------------------------------------------