Browse Source

Merge pull request #270 from JaKooLit/main

Syncing Main to Development for next release :)
pull/273/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
dec0cf58d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      config/rofi/config-rofi-Beats-menu.rasi
  2. 2
      copy.sh

4
config/rofi/config-rofi-Beats-menu.rasi

@ -5,13 +5,13 @@
/* ---- Entry ---- */ /* ---- Entry ---- */
entry { entry {
width: 17%; width: 20%;
placeholder: "📻 Choose Music Source"; placeholder: "📻 Choose Music Source";
} }
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 20%; width: 24%;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */

2
copy.sh

@ -293,7 +293,7 @@ while true; do
done done
# symlinks for waybar style # 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 # initialize wallust to avoid config error on hyprland
wallust run -s $wallpaper 2>&1 | tee -a "$LOG" wallust run -s $wallpaper 2>&1 | tee -a "$LOG"

Loading…
Cancel
Save