feat(scripts): use eww instead of waybar

This commit is contained in:
João Dias
2024-11-23 10:09:26 -03:00
parent bdb4c1a8e5
commit 1f08358b10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ echo "######################################"
printf "\n"
CONFIG_DIR="$HOME/.config"
DOTFILES_DIRS=("hypr" "waybar" "swaync" "wlogout" "anyrun" "wal" "fastfetch")
DOTFILES_DIRS=("hypr" "eww" "swaync" "wlogout" "anyrun" "wal" "fastfetch")
DOTFILES_BACKUP_DIR="$HOME/hyprland-dotfiles-bkp"
TRASH_DIR="$HOME/.local/share/Trash/files"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
HYPRLAND_DOTS_DIRS=("hypr" "swaync" "waybar" "anyrun" "wlogout" "wal" "fastfetch")
HYPRLAND_DOTS_DIRS=("hypr" "swaync" "eww" "anyrun" "wlogout" "wal" "fastfetch")
WALLPAPERS_DIR="$HOME/wallpapers"
printf "\n"