diff options
| -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" |
