diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-13 21:01:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 21:01:04 +0900 |
| commit | dec0cf58d34efd792aea7e2e28c9d7cbc928a348 (patch) | |
| tree | 1e320f19b00a8d760102fa12c9c90a17ebc55fe5 | |
| parent | 0a2c8d043626401c5cf2d41f6e9f43deaba8b1ae (diff) | |
| parent | e53a9c345d8e36b08d8192635822cc02263a0842 (diff) | |
Merge pull request #270 from JaKooLit/main
Syncing Main to Development for next release :)
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 4 | ||||
| -rwxr-xr-x | copy.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index 9abbe672..6cdd6e99 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -5,13 +5,13 @@ /* ---- Entry ---- */ entry { - width: 17%; + width: 20%; placeholder: "📻 Choose Music Source"; } /* ---- Window ---- */ window { - width: 20%; + width: 24%; } /* ---- Listview ---- */ @@ -293,7 +293,7 @@ while true; do done # symlinks for waybar style -ln -sf "$waybar_Style" "$HOME/.config/waybar/style.css" && \ +ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" && \ # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG" |
