diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
| commit | aca8e5dfe8d930ab1be3575408158e8147b42f11 (patch) | |
| tree | bea96734f6d4a1e5d2401c7f43c0e30a79857f6e /config/hypr/scripts/WaybarLayout.sh | |
| parent | 4c142b3a4172db1c042455142e137fe3da93e3f7 (diff) | |
Waybar rename for easy addition
Diffstat (limited to 'config/hypr/scripts/WaybarLayout.sh')
| -rwxr-xr-x | config/hypr/scripts/WaybarLayout.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 73fb28b1..be02e5eb 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,10 +7,6 @@ menu() { cat <<EOF default default-Bottom -Peony -Chrysanthemum -Gardenia -Camellia Top(gnome) Bottom(plasma) simple-long @@ -24,12 +20,15 @@ Bottom-Left Bottom-Right all-sides no panel - +Peony +Chrysanthemum +Gardenia +Camellia EOF } apply_config() { - ln -sf "$CONFIG/config-$1" "$WCONFIG" + ln -sf "$CONFIG/$1" "$WCONFIG" } main() { |
