diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 10:31:15 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 10:31:15 +0900 |
| commit | 6cff57c76d9627dd28b7128279a24248b2ca0ef8 (patch) | |
| tree | 8a32f7cd3d267fc6cf1997db12dc4ea438b09b38 /copy.sh | |
| parent | 49b5f3c5260eaf1af88e7b91fe8420fa748c16b9 (diff) | |
updated - typo errors
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -201,10 +201,10 @@ fi if hostnamectl | grep -q 'Chassis: desktop'; then # Configurations for a desktop ln -sf "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" - rm -r "$HOME/.config/waybar/configs/Def[TOP]-Laptop" "$HOME/.config/waybar/configs/Def[Bottom]-Laptop" 2>&1 | tee -a "$LOG" + rm -r "$HOME/.config/waybar/configs/Default [TOP]-Laptop" "$HOME/.config/waybar/configs/Default [Bottom]-Laptop" 2>&1 | tee -a "$LOG" else # Configurations for a laptop or any system other than desktop - ln -sf "$HOME/.config/waybar/configs/Def[TOP]-Laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" + ln -sf "$HOME/.config/waybar/configs/Default [TOP]-Laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" rm -r "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/configs/Default [Bottom]" 2>&1 | tee -a "$LOG" fi |
