From 805b97e47432f4e2af90109445f261d5212bb6d5 Mon Sep 17 00:00:00 2001 From: wheelsbot7 Date: Sun, 23 Feb 2025 15:15:51 -0500 Subject: fix zen icon in waybar the default waybar config files do not recognize zen browser, the default question mark icon is used instead. This change fixes it. --- config/waybar/ModulesWorkspaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index f6071a69..d460cfb3 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -210,7 +210,7 @@ "class": " ", "class": "󰒃 ", "class": " ", - "class": "󰰷 ", //Zen Browser + "class": "󰰷 ", //Zen Browser "class": " ", "class": " ", "class": "󰕼 " -- cgit v1.2.3 From 70b805aea13e112fa734b24b395b70a23cdfd384 Mon Sep 17 00:00:00 2001 From: wheelsbot7 Date: Sun, 23 Feb 2025 15:18:47 -0500 Subject: add steam to window rewrite module adds the steam icon from the numbers and icons style to the numbersand icons with window rewrite style. --- config/waybar/ModulesWorkspaces | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index d460cfb3..c49c8359 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -213,7 +213,8 @@ "class": "󰰷 ", //Zen Browser "class": " ", "class": " ", - "class": "󰕼 " + "class": "󰕼 ", + "class": " " } }, -- cgit v1.2.3 From 4f20f0630fb41bcf53a6801d01c94e39593cce08 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 24 Feb 2025 20:45:31 +0900 Subject: fixed for the mini BUG when selecting wallpaper to apply as SDDM background --- config/hypr/UserConfigs/WindowRules.conf | 2 ++ config/hypr/UserScripts/WallpaperEffects.sh | 32 ++++++++--------------------- config/hypr/UserScripts/WallpaperSelect.sh | 30 ++++++++------------------- 3 files changed, 19 insertions(+), 45 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 42ab5710..46c5fc35 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -141,6 +141,8 @@ windowrulev2 = size 70% 60%, title:^(Add Folder to Workspace)$ windowrulev2 = center, title:^(Add Folder to Workspace)$ windowrulev2 = float, initialTitle:(Open Files) windowrulev2 = size 70% 60%, initialTitle:(Open Files) +windowrulev2 = float, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background +windowrulev2 = size 10% 10%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background # OPACITY windowrulev2 = opacity 0.9 0.7, tag:browser* diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 948c637c..5ddc9fd3 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -101,36 +101,22 @@ fi main sleep 1 -# Check if user selected a wallpaper + if [[ -n "$choice" ]]; then sddm_sequoia="/usr/share/sddm/themes/sequoia_2" if [ -d "$sddm_sequoia" ]; then - notify-send -i "$iDIR/ja.png" "Set wallpaper" "as SDDM background?" \ - -t 10000 \ - -A "yes=Yes" \ - -A "no=No" \ - -h string:x-canonical-private-synchronous:wallpaper-notify - - # Wait for user input using dbus-monitor - dbus-monitor "interface='org.freedesktop.Notifications',member='ActionInvoked'" | - while read -r line; do - if echo "$line" | grep -q "yes"; then + if yad --question --text="Set wallpaper as SDDM background?\nNOTE: This only applies to SEQUOIA SDDM Theme" --title="SDDM Background" --ok-label="Yes"; then # Check if terminal exists - if ! command -v "$terminal" &>/dev/null; then - notify-send -i "$iDIR/ja.png" "Missing $terminal" "Install $terminal to enable setting of wallpaper background" - exit 1 - fi - + if ! command -v "$terminal" &>/dev/null; then + notify-send -i "$iDIR/ja.png" "Missing $terminal" "Install $terminal to enable setting of wallpaper background" + exit 1 + fi + + # Open terminal and set the wallpaper $terminal -e bash -c "echo 'Enter your password to set wallpaper as SDDM Background'; \ sudo cp -r $wallpaper_output '$sddm_sequoia/backgrounds/default' && \ notify-send -i '$iDIR/ja.png' 'SDDM' 'Background SET'" - break - elif echo "$line" | grep -q "no"; then - echo "Wallpaper not set as SDDM background. Exiting." - break - fi - - done & + fi fi fi \ No newline at end of file diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 78bf8d2f..272797e3 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -130,32 +130,18 @@ sleep 1 if [[ -n "$choice" ]]; then sddm_sequoia="/usr/share/sddm/themes/sequoia_2" if [ -d "$sddm_sequoia" ]; then - notify-send -i "$iDIR/ja.png" "Set wallpaper" "as SDDM background?" \ - -t 10000 \ - -A "yes=Yes" \ - -A "no=No" \ - -h string:x-canonical-private-synchronous:wallpaper-notify - - # Wait for user input using dbus-monitor - dbus-monitor "interface='org.freedesktop.Notifications',member='ActionInvoked'" | - while read -r line; do - if echo "$line" | grep -q "yes"; then + if yad --question --text="Set wallpaper as SDDM background?\nNOTE: This only applies to SEQUOIA SDDM Theme" --title="SDDM Background" --ok-label="Yes"; then # Check if terminal exists - if ! command -v "$terminal" &>/dev/null; then - notify-send -i "$iDIR/ja.png" "Missing $terminal" "Install $terminal to enable setting of wallpaper background" - exit 1 - fi - + if ! command -v "$terminal" &>/dev/null; then + notify-send -i "$iDIR/ja.png" "Missing $terminal" "Install $terminal to enable setting of wallpaper background" + exit 1 + fi + + # Open terminal to enter password $terminal -e bash -c "echo 'Enter your password to set wallpaper as SDDM Background'; \ sudo cp -r $wallpaper_current '$sddm_sequoia/backgrounds/default' && \ notify-send -i '$iDIR/ja.png' 'SDDM' 'Background SET'" - break - elif echo "$line" | grep -q "no"; then - echo "Wallpaper not set as SDDM background. Exiting." - break - fi - - done & + fi fi fi \ No newline at end of file -- cgit v1.2.3 From c40b4015774b8f45a7752e44b4f81b7eed045266 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 24 Feb 2025 23:10:12 +0900 Subject: changed the wlogout to almost usual but with some little bit of twist --- config/wlogout/style.css | 138 ++++++++++++++--------------------------------- 1 file changed, 41 insertions(+), 97 deletions(-) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 4fc19b09..b8341e9a 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -6,140 +6,84 @@ window { font-family: "FantasqueSansM Nerd Font Mono Bold"; - font-size: 125%; - background-color: rgba(30, 30, 46, 0.9); + font-size: 24pt; + color: @foreground; /* text */ + background-color: rgba(30, 30, 46, 0.6); } button { - font-family: "FantasqueSansM Nerd Font Mono Bold"; + margin: 20px; background-repeat: no-repeat; - background-size: 10%; + background-position: center; + background-size: 30%; background-color: rgba(200, 220, 255, 0); animation: gradient_f 10s ease-in infinite; - transition: all 0.3s ease, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; - border: 2px solid transparent; - border-radius: 30%; - margin: 0px; - padding: 0px; - transition: all 0.3s ease; - background-position: center; + transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; + border-radius: 80px; + border:0px; } button:focus { - background-size: 20%; - border: 0px; - border-radius: 30%; + background-size: 40%; + border: 0px; + border-radius: 80px; + } button:hover { - background-color: transparent; - color: @color13; - border-radius: 40%; - background-size: 30%; - box-shadow: 0 0 100px @color12; + background-color: transparent; + color: @color11; + background-size: 40%; + margin: -20px; + border-radius: 80px; + /*box-shadow: 0 0 30px @color7;*/ + } -/* Port Side */ -#lock { - padding-right: 200px; - padding-left: 0px; - margin-left: 0px; - margin-right: -200px; - background-image: image(url("./icons/lock.png")); -} -#lock:hover { - padding-left: 200px; - padding-right: 0px; - margin-right: 0px; - margin-left: -200px; - background-image: image(url("./icons/lock-hover.png")); +/* Adjust the size of the icon or content inside the button */ +button span { + font-size: 1.2em; /* Increase the font size */ } -#reboot { - padding-right: 200px; - padding-left: 0px; - margin-left: 0px; - margin-right: -200px; - background-image: image(url("./icons/restart.png")); -} -#reboot:hover { - padding-left: 200px; - padding-right: 0px; - margin-right: 0px; - margin-left: -200px; - background-image: image(url("./icons/restart-hover.png")); -} -/* Midship */ -#shutdown { - padding-bottom: 0px; - padding-top: 0px; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; - margin-top: -200px; - background-image: image(url("./icons/power.png")); +#lock { + background-image: image(url("./icons/lock.png")); } -#shutdown:hover { - padding-top: 0px; - padding-bottom: 0px; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; - margin-top: -200px; - background-image: image(url("./icons/power-hover.png")); +#lock:hover { + background-image: image(url("./icons/lock-hover.png")); } #logout { - padding-top: 0px; - padding-bottom: 0px; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; - margin-bottom: -200px; background-image: image(url("./icons/logout.png")); } #logout:hover { - padding-bottom: 00px; - padding-top: 0px; - padding-right: 0px; - padding-left: 0px; - margin-left: 0px; - margin-right: 0px; - margin-bottom: -200px; background-image: image(url("./icons/logout-hover.png")); } -/* Starboard */ #suspend { - padding-left: 200px; - padding-right: 0px; - margin-right: 0px; - margin-left: -200px; background-image: image(url("./icons/sleep.png")); } #suspend:hover { - padding-right: 200px; - padding-left: 0px; - margin-left: 0px; - margin-right: -200px; background-image: image(url("./icons/sleep-hover.png")); } +#shutdown { + background-image: image(url("./icons/power.png")); +} +#shutdown:hover { + background-image: image(url("./icons/power-hover.png")); +} + +#reboot { + background-image: image(url("./icons/restart.png")); +} +#reboot:hover { + background-image: image(url("./icons/restart-hover.png")); +} + #hibernate { - padding-left: 200px; - padding-right: 0px; - margin-right: 0px; - margin-left: -200px; background-image: image(url("./icons/hibernate.png")); } #hibernate:hover { - padding-right: 200px; - padding-left: 0px; - margin-left: 0px; - margin-right: -200px; background-image: image(url("./icons/hibernate-hover.png")); } -- cgit v1.2.3 From d2dceae29ca22003bdb8c04b34d183a7900fe4f1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 00:59:26 +0900 Subject: added idle inhibitor on all left and right waybar layouts --- config/waybar/configs/[LEFT] WestWing | 1 + config/waybar/configs/[LEFT] WestWing v2 | 1 + config/waybar/configs/[RIGHT] EastWing | 1 + config/waybar/configs/[RIGHT] EastWing v2 | 1 + 4 files changed, 4 insertions(+) diff --git a/config/waybar/configs/[LEFT] WestWing b/config/waybar/configs/[LEFT] WestWing index 0c4218c3..b5a9b0b4 100644 --- a/config/waybar/configs/[LEFT] WestWing +++ b/config/waybar/configs/[LEFT] WestWing @@ -27,6 +27,7 @@ ], "modules-center": [ + "idle_inhibitor", "hyprland/workspaces", ], diff --git a/config/waybar/configs/[LEFT] WestWing v2 b/config/waybar/configs/[LEFT] WestWing v2 index 6a1b1307..5e415fda 100644 --- a/config/waybar/configs/[LEFT] WestWing v2 +++ b/config/waybar/configs/[LEFT] WestWing v2 @@ -29,6 +29,7 @@ ], "modules-center": [ + "idle_inhibitor", "hyprland/workspaces#numbers", ], diff --git a/config/waybar/configs/[RIGHT] EastWing b/config/waybar/configs/[RIGHT] EastWing index dac579a9..757db10e 100644 --- a/config/waybar/configs/[RIGHT] EastWing +++ b/config/waybar/configs/[RIGHT] EastWing @@ -27,6 +27,7 @@ ], "modules-center": [ + "idle_inhibitor", "hyprland/workspaces", ], diff --git a/config/waybar/configs/[RIGHT] EastWing v2 b/config/waybar/configs/[RIGHT] EastWing v2 index 05d19dfb..ac104be4 100644 --- a/config/waybar/configs/[RIGHT] EastWing v2 +++ b/config/waybar/configs/[RIGHT] EastWing v2 @@ -29,6 +29,7 @@ ], "modules-center": [ + "idle_inhibitor", "hyprland/workspaces#numbers", ], -- cgit v1.2.3 From ef53d913c60bb2ceef533cc2ccadf5bf34a032ca Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 09:48:27 +0900 Subject: updated special handling of waybar --- copy.sh | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 51 insertions(+), 15 deletions(-) diff --git a/copy.sh b/copy.sh index 23cb3aef..99046461 100755 --- a/copy.sh +++ b/copy.sh @@ -525,38 +525,74 @@ if [ -d "$DIRPATHw" ]; then case "$DIR1_CHOICE" in [Yy]* ) BACKUP_DIR=$(get_backup_dirname) - - # Backup the existing directory cp -r "$DIRPATHw" "$DIRPATHw-backup-$BACKUP_DIR" 2>&1 | tee -a "$LOG" echo -e "${NOTE} - Backed up $DIRW to $DIRPATHw-backup-$BACKUP_DIR." 2>&1 | tee -a "$LOG" - + + # Remove the old $DIRPATHw and copy the new one rm -rf "$DIRPATHw" && cp -r "config/$DIRW" "$DIRPATHw" 2>&1 | tee -a "$LOG" - + + # Step 1: Handle waybar symlinks for file in "config" "style.css"; do symlink="$DIRPATHw-backup-$BACKUP_DIR/$file" target_file="$DIRPATHw/$file" - + if [ -L "$symlink" ]; then symlink_target=$(readlink "$symlink") if [ -f "$symlink_target" ]; then - rm -f "$target_file" && cp -f "$symlink_target" "$target_file" + rm -f "$target_file" && cp -f "$symlink_target" "$target_file" echo -e "${NOTE} - Copied $file as a regular file." else echo -e "${WARN} - Symlink target for $file does not exist." fi fi - done + done + + # Step 2: Copy non-existing directories and files under waybar/configs + for dir in "$DIRPATHw-backup-$BACKUP_DIR/configs"/*; do + [ -e "$dir" ] || continue # Skip if no files are found + if [ -d "$dir" ]; then + target_dir="$HOME/.config/waybar/configs/$(basename "$dir")" + if [ ! -d "$target_dir" ]; then + echo "Copying directory $dir to $HOME/.config/waybar/configs/" >> "$LOG" + cp -r "$dir" "$HOME/.config/waybar/configs/" + else + echo "Directory $target_dir already exists. Skipping." >> "$LOG" + fi + fi + done for file in "$DIRPATHw-backup-$BACKUP_DIR/configs"/*; do - [ -e "$file" ] || continue # Skip if no files are found - echo "Copying $file to $HOME/.config/waybar/configs/" >> "$LOG" - cp -n "$file" "$HOME/.config/waybar/configs/" + [ -e "$file" ] || continue + target_file="$HOME/.config/waybar/configs/$(basename "$file")" + if [ ! -e "$target_file" ]; then + echo "Copying $file to $HOME/.config/waybar/configs/" >> "$LOG" + cp "$file" "$HOME/.config/waybar/configs/" + else + echo "File $target_file already exists. Skipping." >> "$LOG" + fi done || true - + + # Step 3: Copy unique files in waybar/style for file in "$DIRPATHw-backup-$BACKUP_DIR/style"/*; do - [ -e "$file" ] || continue # Skip if no files are found - echo "Copying $file to $HOME/.config/waybar/style/" >> "$LOG" - cp -n "$file" "$HOME/.config/waybar/style/" + [ -e "$file" ] || continue + + if [ -d "$file" ]; then + target_dir="$HOME/.config/waybar/style/$(basename "$file")" + if [ ! -d "$target_dir" ]; then + echo "Copying directory $file to $HOME/.config/waybar/style/" >> "$LOG" + cp -r "$file" "$HOME/.config/waybar/style/" + else + echo "Directory $target_dir already exists. Skipping." >> "$LOG" + fi + else + target_file="$HOME/.config/waybar/style/$(basename "$file")" + if [ ! -e "$target_file" ]; then + echo "Copying file $file to $HOME/.config/waybar/style/" >> "$LOG" + cp "$file" "$HOME/.config/waybar/style/" + else + echo "File $target_file already exists. Skipping." >> "$LOG" + fi + fi done || true break @@ -917,7 +953,7 @@ cleanup_backups() { BACKUP_DIRS+=("$BACKUP") fi done - + # If more than one backup found if [ ${#BACKUP_DIRS[@]} -gt 1 ]; then printf "\n\n ${INFO} Performing clean up for ${YELLOW}${DIR##*/}${RESET}\n" -- cgit v1.2.3 From 0bd55bdf2f749473eb5ec82e00e235ffa0e859fb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 10:06:21 +0900 Subject: some minor adjustment --- copy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index 99046461..456f9821 100755 --- a/copy.sh +++ b/copy.sh @@ -956,9 +956,8 @@ cleanup_backups() { # If more than one backup found if [ ${#BACKUP_DIRS[@]} -gt 1 ]; then - printf "\n\n ${INFO} Performing clean up for ${YELLOW}${DIR##*/}${RESET}\n" - - echo -e "${NOTE} Found multiple backups for: ${YELLOW}${DIR##*/}${RESET}" + printf "\n%.0s" {1..2} + echo -e "${INFO} Found ${MAGENTA}multiple backups${RESET} for: ${YELLOW}${DIR##*/}${RESET}" echo "${YELLOW}Backups: ${RESET}" # List the backups -- cgit v1.2.3 From 410f02f0ad701272071d4c27f633a68022c9f643 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 15:10:56 +0900 Subject: added blockage for nixos on changing oh my zsh --- config/hypr/UserScripts/ZshChangeTheme.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config/hypr/UserScripts/ZshChangeTheme.sh b/config/hypr/UserScripts/ZshChangeTheme.sh index fafd7fb0..4919a890 100755 --- a/config/hypr/UserScripts/ZshChangeTheme.sh +++ b/config/hypr/UserScripts/ZshChangeTheme.sh @@ -5,13 +5,19 @@ # preview of theme can be view here: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # after choosing theme, TTY need to be closed and re-open -themes_dir="$HOME/.oh-my-zsh/themes" -file_extension=".zsh-theme" - # Variables iDIR="$HOME/.config/swaync/images" rofi_theme="$HOME/.config/rofi/config-zsh-theme.rasi" +if [ -n "$(grep -i nixos < /etc/os-release)" ]; then + notify-send -i "$iDIR/ja.png" "NOT Supported" "Sorry NixOS does not support this KooL feature" + exit 1 +fi + +themes_dir="$HOME/.oh-my-zsh/themes" +file_extension=".zsh-theme" + + themes_array=($(find -L "$themes_dir" -type f -name "*$file_extension" -exec basename {} \; | sed -e "s/$file_extension//")) # Add "Random" option to the beginning of the array -- cgit v1.2.3 From bb487754c030937a068fb6b0978c22044638fec4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 17:21:05 +0900 Subject: switching back rainbow borders on active window again :) --- config/hypr/UserScripts/RainbowBorders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh index 6690a5f8..cc1419fb 100755 --- a/config/hypr/UserScripts/RainbowBorders.sh +++ b/config/hypr/UserScripts/RainbowBorders.sh @@ -8,7 +8,7 @@ function random_hex() { } # rainbow colors only for active window -#hyprctl keyword general:col.active_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg +hyprctl keyword general:col.active_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg # rainbow colors for inactive window (uncomment to take effect) -hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg \ No newline at end of file +#hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg \ No newline at end of file -- cgit v1.2.3 From fe8e1f08c380f371dd81c935994f13f340043032 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 18:15:12 +0900 Subject: adjusted abit on YAD sddm --- config/hypr/UserConfigs/WindowRules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 46c5fc35..44ea831e 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -142,7 +142,7 @@ windowrulev2 = center, title:^(Add Folder to Workspace)$ windowrulev2 = float, initialTitle:(Open Files) windowrulev2 = size 70% 60%, initialTitle:(Open Files) windowrulev2 = float, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background -windowrulev2 = size 10% 10%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background +windowrulev2 = size 15% 10%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background # OPACITY windowrulev2 = opacity 0.9 0.7, tag:browser* -- cgit v1.2.3 From 55410fd3091862156f32a5dd9630ee59ff3f8177 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 18:47:21 +0900 Subject: Added Modules_Extra in waybar for users own custom waybar modules --- config/waybar/Modules_Extras | 10 ++++++++++ config/waybar/configs/[BOT & Left] SouthWest | 2 ++ config/waybar/configs/[BOT & Right] SouthEast | 2 ++ config/waybar/configs/[BOT] Camellia | 1 + config/waybar/configs/[BOT] Chrysanthemum | 1 + config/waybar/configs/[BOT] Default | 1 + config/waybar/configs/[BOT] Default Laptop | 1 + config/waybar/configs/[BOT] Gardenia | 1 + config/waybar/configs/[BOT] Peony | 1 + config/waybar/configs/[BOT] Simple | 1 + config/waybar/configs/[BOT] Sleek | 1 + config/waybar/configs/[LEFT] WestWing | 1 + config/waybar/configs/[LEFT] WestWing v2 | 1 + config/waybar/configs/[RIGHT] EastWing | 1 + config/waybar/configs/[RIGHT] EastWing v2 | 1 + config/waybar/configs/[TOP & BOT] SummitSplit | 2 ++ config/waybar/configs/[TOP & Left] NorthWest | 2 ++ config/waybar/configs/[TOP & Right] NorthEast | 2 ++ config/waybar/configs/[TOP] 0-Ja-0 | 1 + config/waybar/configs/[TOP] Camellia | 1 + config/waybar/configs/[TOP] Chrysanthemum | 1 + config/waybar/configs/[TOP] Default | 1 + config/waybar/configs/[TOP] Default (old v1) | 1 + config/waybar/configs/[TOP] Default (old v2) | 1 + config/waybar/configs/[TOP] Default (old v3) | 1 + config/waybar/configs/[TOP] Default (old v4) | 1 + config/waybar/configs/[TOP] Default Laptop | 1 + config/waybar/configs/[TOP] Default Laptop (old v1) | 1 + config/waybar/configs/[TOP] Default Laptop (old v2) | 1 + config/waybar/configs/[TOP] Default Laptop (old v3) | 1 + config/waybar/configs/[TOP] Default Laptop (old v4) | 1 + config/waybar/configs/[TOP] Everforest | 1 + config/waybar/configs/[TOP] Gardenia | 1 + config/waybar/configs/[TOP] Minimal - Long | 1 + config/waybar/configs/[TOP] Minimal - Short | 1 + config/waybar/configs/[TOP] Peony | 1 + config/waybar/configs/[TOP] Simple | 1 + config/waybar/configs/[TOP] Simpliest | 1 + config/waybar/configs/[TOP] Sleek | 1 + copy.sh | 6 ++++++ 40 files changed, 59 insertions(+) create mode 100644 config/waybar/Modules_Extras diff --git a/config/waybar/Modules_Extras b/config/waybar/Modules_Extras new file mode 100644 index 00000000..abbc8a61 --- /dev/null +++ b/config/waybar/Modules_Extras @@ -0,0 +1,10 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +/* Waybar Modules Extras */ + +/* This is where you can add Extra Modules you wish. copy.sh will try to restore*/ +/* this file along with the unique configs and styles. */ +/* IMPORTANT, be mindful with , or ". else waybar will not start */ + +{ + +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT & Left] SouthWest b/config/waybar/configs/[BOT & Left] SouthWest index 283b79c6..0f784067 100644 --- a/config/waybar/configs/[BOT & Left] SouthWest +++ b/config/waybar/configs/[BOT & Left] SouthWest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -54,6 +55,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast index fbfa5122..ea75e9fd 100644 --- a/config/waybar/configs/[BOT & Right] SouthEast +++ b/config/waybar/configs/[BOT & Right] SouthEast @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -54,6 +55,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[BOT] Camellia b/config/waybar/configs/[BOT] Camellia index 10b6d233..5db54b94 100644 --- a/config/waybar/configs/[BOT] Camellia +++ b/config/waybar/configs/[BOT] Camellia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Chrysanthemum b/config/waybar/configs/[BOT] Chrysanthemum index 9c09885f..3917404c 100644 --- a/config/waybar/configs/[BOT] Chrysanthemum +++ b/config/waybar/configs/[BOT] Chrysanthemum @@ -10,6 +10,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default index 15f467c2..9bf8dde1 100644 --- a/config/waybar/configs/[BOT] Default +++ b/config/waybar/configs/[BOT] Default @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default Laptop b/config/waybar/configs/[BOT] Default Laptop index d1db65ba..25f60364 100644 --- a/config/waybar/configs/[BOT] Default Laptop +++ b/config/waybar/configs/[BOT] Default Laptop @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Gardenia b/config/waybar/configs/[BOT] Gardenia index f550537d..d18e51fb 100644 --- a/config/waybar/configs/[BOT] Gardenia +++ b/config/waybar/configs/[BOT] Gardenia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Peony b/config/waybar/configs/[BOT] Peony index 9e3fc5b2..3040b42b 100644 --- a/config/waybar/configs/[BOT] Peony +++ b/config/waybar/configs/[BOT] Peony @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Simple b/config/waybar/configs/[BOT] Simple index cf265c9b..1494572f 100644 --- a/config/waybar/configs/[BOT] Simple +++ b/config/waybar/configs/[BOT] Simple @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[BOT] Sleek b/config/waybar/configs/[BOT] Sleek index dc6014ac..3525f6da 100644 --- a/config/waybar/configs/[BOT] Sleek +++ b/config/waybar/configs/[BOT] Sleek @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[LEFT] WestWing b/config/waybar/configs/[LEFT] WestWing index b5a9b0b4..1306ebba 100644 --- a/config/waybar/configs/[LEFT] WestWing +++ b/config/waybar/configs/[LEFT] WestWing @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[LEFT] WestWing v2 b/config/waybar/configs/[LEFT] WestWing v2 index 5e415fda..4392d6e2 100644 --- a/config/waybar/configs/[LEFT] WestWing v2 +++ b/config/waybar/configs/[LEFT] WestWing v2 @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[RIGHT] EastWing b/config/waybar/configs/[RIGHT] EastWing index 757db10e..b7387377 100644 --- a/config/waybar/configs/[RIGHT] EastWing +++ b/config/waybar/configs/[RIGHT] EastWing @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[RIGHT] EastWing v2 b/config/waybar/configs/[RIGHT] EastWing v2 index ac104be4..34ce69ca 100644 --- a/config/waybar/configs/[RIGHT] EastWing v2 +++ b/config/waybar/configs/[RIGHT] EastWing v2 @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit index e88683a0..97a34ecb 100644 --- a/config/waybar/configs/[TOP & BOT] SummitSplit +++ b/config/waybar/configs/[TOP & BOT] SummitSplit @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -52,6 +53,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP & Left] NorthWest b/config/waybar/configs/[TOP & Left] NorthWest index bd57b1ee..3b08e6da 100644 --- a/config/waybar/configs/[TOP & Left] NorthWest +++ b/config/waybar/configs/[TOP & Left] NorthWest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -51,6 +52,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP & Right] NorthEast b/config/waybar/configs/[TOP & Right] NorthEast index a14be3c5..b58b984e 100644 --- a/config/waybar/configs/[TOP & Right] NorthEast +++ b/config/waybar/configs/[TOP & Right] NorthEast @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -51,6 +52,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP] 0-Ja-0 b/config/waybar/configs/[TOP] 0-Ja-0 index 1ca3d6ea..3fb0f022 100644 --- a/config/waybar/configs/[TOP] 0-Ja-0 +++ b/config/waybar/configs/[TOP] 0-Ja-0 @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Camellia b/config/waybar/configs/[TOP] Camellia index 4feff466..6e73fe2d 100644 --- a/config/waybar/configs/[TOP] Camellia +++ b/config/waybar/configs/[TOP] Camellia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Chrysanthemum b/config/waybar/configs/[TOP] Chrysanthemum index 6a67ee09..6a1211e8 100644 --- a/config/waybar/configs/[TOP] Chrysanthemum +++ b/config/waybar/configs/[TOP] Chrysanthemum @@ -10,6 +10,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default index 0ee772bd..f5e3f718 100644 --- a/config/waybar/configs/[TOP] Default +++ b/config/waybar/configs/[TOP] Default @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v1) b/config/waybar/configs/[TOP] Default (old v1) index 81eec78e..716b5b07 100644 --- a/config/waybar/configs/[TOP] Default (old v1) +++ b/config/waybar/configs/[TOP] Default (old v1) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v2) b/config/waybar/configs/[TOP] Default (old v2) index 39281a62..dbf1138e 100644 --- a/config/waybar/configs/[TOP] Default (old v2) +++ b/config/waybar/configs/[TOP] Default (old v2) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v3) b/config/waybar/configs/[TOP] Default (old v3) index ebb663c9..5871f8a8 100644 --- a/config/waybar/configs/[TOP] Default (old v3) +++ b/config/waybar/configs/[TOP] Default (old v3) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v4) b/config/waybar/configs/[TOP] Default (old v4) index 9a06a610..b6ea9bbb 100644 --- a/config/waybar/configs/[TOP] Default (old v4) +++ b/config/waybar/configs/[TOP] Default (old v4) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop index 9056b125..0230c371 100644 --- a/config/waybar/configs/[TOP] Default Laptop +++ b/config/waybar/configs/[TOP] Default Laptop @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v1) b/config/waybar/configs/[TOP] Default Laptop (old v1) index 7154d5da..d3f62d83 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v1) +++ b/config/waybar/configs/[TOP] Default Laptop (old v1) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v2) b/config/waybar/configs/[TOP] Default Laptop (old v2) index 5d6f9373..2ba55331 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v2) +++ b/config/waybar/configs/[TOP] Default Laptop (old v2) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v3) b/config/waybar/configs/[TOP] Default Laptop (old v3) index a0189b03..07fb8a92 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v3) +++ b/config/waybar/configs/[TOP] Default Laptop (old v3) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v4) b/config/waybar/configs/[TOP] Default Laptop (old v4) index 9fb30882..0d5cc2da 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v4) +++ b/config/waybar/configs/[TOP] Default Laptop (old v4) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest index 9d2786c6..98beafc5 100644 --- a/config/waybar/configs/[TOP] Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Gardenia b/config/waybar/configs/[TOP] Gardenia index 02380c3c..60a0f8e9 100644 --- a/config/waybar/configs/[TOP] Gardenia +++ b/config/waybar/configs/[TOP] Gardenia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long index 704fa56e..a8159d68 100644 --- a/config/waybar/configs/[TOP] Minimal - Long +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Short b/config/waybar/configs/[TOP] Minimal - Short index b025c07a..6d6382a0 100644 --- a/config/waybar/configs/[TOP] Minimal - Short +++ b/config/waybar/configs/[TOP] Minimal - Short @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Peony b/config/waybar/configs/[TOP] Peony index 4935f763..426d5d4c 100644 --- a/config/waybar/configs/[TOP] Peony +++ b/config/waybar/configs/[TOP] Peony @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple index 759fd8bd..52f541dd 100644 --- a/config/waybar/configs/[TOP] Simple +++ b/config/waybar/configs/[TOP] Simple @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Simpliest b/config/waybar/configs/[TOP] Simpliest index 14e0f1e0..85323875 100644 --- a/config/waybar/configs/[TOP] Simpliest +++ b/config/waybar/configs/[TOP] Simpliest @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Sleek b/config/waybar/configs/[TOP] Sleek index 671264b8..53801633 100644 --- a/config/waybar/configs/[TOP] Sleek +++ b/config/waybar/configs/[TOP] Sleek @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/copy.sh b/copy.sh index 456f9821..3ec9dbfc 100755 --- a/copy.sh +++ b/copy.sh @@ -595,6 +595,12 @@ if [ -d "$DIRPATHw" ]; then fi done || true + # Step 4: restore Modules_Extras + BACKUP_FILE="$DIRPATHw-backup-$BACKUP_DIR/Modules_Extras" + if [ -f "$BACKUP_FILE" ]; then + cp -f "$BACKUP_FILE" "$DIRPATHw/Modules_Extras" + fi + break ;; [Nn]* ) -- cgit v1.2.3