From e4c64cb6e1b8da6ca29373f93b17b90bb9b5c56c Mon Sep 17 00:00:00 2001 From: nevaforget Date: Sat, 27 Sep 2025 12:26:12 +0200 Subject: [PATCH] fix some basic bugs found while testing --- home/config/hypr/hyprland.conf | 3 +-- stower.sh | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/home/config/hypr/hyprland.conf b/home/config/hypr/hyprland.conf index 9e98448..8197c1a 100644 --- a/home/config/hypr/hyprland.conf +++ b/home/config/hypr/hyprland.conf @@ -1,5 +1,4 @@ -# Set programs that you use -$terminal = kitty +$terminal = alacritty diff --git a/stower.sh b/stower.sh index 24a6077..82bd36b 100755 --- a/stower.sh +++ b/stower.sh @@ -104,7 +104,7 @@ function inst_pkgs { then - declare -a pkg_list=(wayland stow jq network-manager-applet alarm-clock-applet xarchiver man-db hardinfo networkmanager-openvpn udisks2 plocate vim alacritty gettext-hostname lsd alsa-utils ponymix btop timeshift timeshift-autosnap flatery-icon-theme-git waterfox fzf unzip hyprland hypridle hyprlock hyprcursor hyprkeys hyprpicker swww waypaper xdg-desktop-portal-hyprland wdisplays waybar-cava-git nwg-look cliphist wlogout hyprlock waybar-module-pacman-updates ufw zsh oh-my-zsh noise-suppression-for-voice grim satty-bin slurp dunst sweet-cursor-theme-git sweet-cursors-hyprcursor-git catppuccin-gtk-theme-mocha rofi-lbonn-wayland-git cmake meson cpio pkg-config ttf-ubuntu-nerd ttf-jetbrains-mono-nerd hyprsysteminfo qt5-styleplugins qt6gtk2 qt5gtk2 hyprpolkitagent) + declare -a pkg_list=(wayland stow jq network-manager-applet alarm-clock-applet xarchiver man-db hardinfo networkmanager-openvpn udisks2 plocate vim alacritty gettext-hostname lsd alsa-utils ponymix btop timeshift timeshift-autosnap flatery-icon-theme-git waterfox fzf unzip hyprland hypridle hyprlock hyprcursor hyprkeys hyprpicker swww waypaper xdg-desktop-portal-hyprland wdisplays waybar nwg-look cliphist wlogout hyprlock waybar-module-pacman-updates ufw zsh oh-my-zsh noise-suppression-for-voice grim satty-bin slurp dunst sweet-cursor-theme-git sweet-cursors-hyprcursor-git catppuccin-gtk-theme-mocha rofi cmake meson cpio pkg-config ttf-ubuntu-nerd ttf-jetbrains-mono-nerd hyprsysteminfo qt5-styleplugins qt6gtk2 qt5gtk2 hyprpolkitagent hyprshade) for key in "${pkg_list[@]}" do @@ -248,11 +248,8 @@ function setup { gsettings set org.gnome.desktop.interface cursor-theme Sweet-cursors log "Done... Set a sweet cursor" - hyprpm update - hyprpm add https://github.com/DreamMaoMao/hycov - hyprpm enable hycov - - # Extra Font + # Extra Font + log "Installing extra fonts" sudo mkdir -p /usr/local/share/fonts/ sudo install -C $HYPRMOONARCH_DIR/usr/local/share/fonts/MonarchOS.ttf /usr/local/share/fonts/MonarchOS.ttf sudo install -C $HYPRMOONARCH_DIR/usr/local/share/fonts/Icomoon-Feather.ttf /usr/local/share/fonts/Icomoon-Feather.ttf @@ -260,16 +257,20 @@ function setup { fc-cache -f # Wallpaper + log "Installing wallpapers" WALLPAPER_DIR=$HOME/Pictures/Wallpaper if [ ! -d "$WALLPAPER_DIR" ]; then mkdir -p $WALLPAPER_DIR fi cp -Rf $HYPRMOONARCH_DIR/home/Pictures/Wallpaper/* $WALLPAPER_DIR/ - waypaper --wallpaper $WALLPAPER_DIR/1586853771_daniel-leone-v7datklzzaw-unsplash-modded.jpg + log "Set up default wallpaper" + #waypaper --wallpaper $WALLPAPER_DIR/1586853771_daniel-leone-v7datklzzaw-unsplash-modded.jpg + swww img $WALLPAPER_DIR/1586853771_daniel-leone-v7datklzzaw-unsplash-modded.jpg # dotfiles - log "Time stow things up" + log "Time to stow things up" + rm -rf $HOME/.config/hypr cp -R $HYPRMOONARCH_DIR/home/config/ $HOME/.hyprm/.config/ cp -R $HYPRMOONARCH_DIR/home/.bashrc $HOME/.hyprm/.bashrc cp -R $HYPRMOONARCH_DIR/home/.zshrc $HOME/.hyprm/.zshrc @@ -328,4 +329,4 @@ then else echo "Goodbye sweet butterfly" exit 1 -fi \ No newline at end of file +fi