aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-04 09:10:40 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-04 09:10:40 +0900
commitefa04b17a6fd9a389c762c832f22752bc2f5c67b (patch)
treedb2a2bc24768abb1ac1b5cef31c4ebad2e10d183 /copy.sh
parent19e62f8cdf46ce3bd658848511498e7358ceb0eb (diff)
New Default icon for waybar menu module
Renamed custom-keybinds to hints on waybar module, css and configs new waybar config default v2, which will be default for this release
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/copy.sh b/copy.sh
index ed71ea72..4bb1c521 100755
--- a/copy.sh
+++ b/copy.sh
@@ -249,12 +249,14 @@ printf "\n%.0s" {1..3}
# Detect machine type and set Waybar configurations accordingly, logging the output
if hostnamectl | grep -q 'Chassis: desktop'; then
# Configurations for a desktop
- ln -sf "$HOME/.config/waybar/configs/[TOP] Default" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG"
+ ln -sf "$HOME/.config/waybar/configs/[TOP] Default_v2" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG"
rm -r "$HOME/.config/waybar/configs/[TOP] Default Laptop" "$HOME/.config/waybar/configs/[BOT] Default Laptop" 2>&1 | tee -a "$LOG"
+ rm -r "$HOME/.config/waybar/configs/[TOP] Default Laptop_v2" 2>&1 | tee -a "$LOG"
else
# Configurations for a laptop or any system other than desktop
- ln -sf "$HOME/.config/waybar/configs/[TOP] Default Laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG"
+ ln -sf "$HOME/.config/waybar/configs/[TOP] Default Laptop_v2" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG"
rm -r "$HOME/.config/waybar/configs/[TOP] Default" "$HOME/.config/waybar/configs/[BOT] Default" 2>&1 | tee -a "$LOG"
+ rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG"
fi
printf "\n%.0s" {1..3}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage