Fixed mpv script and enabled icons to GTK menus

master
Meliurwen 3 years ago
parent f09bab11d0
commit f5349c0496
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 3
      gnome/.config/gtk-3.0/settings.ini
  2. 3
      gnome/.config/gtk-4.0/settings.ini
  3. 4
      polybar/.config/polybar/scripts/mpv.sh

@ -1,3 +1,6 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=1
gtk-theme-name=Adwaita-pink-dark gtk-theme-name=Adwaita-pink-dark
gtk-button-images=0
gtk-menu-images=1

@ -1,3 +1,6 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=1
gtk-theme-name=Adwaita-pink-dark gtk-theme-name=Adwaita-pink-dark
gtk-button-images=0
gtk-menu-images=1

@ -22,7 +22,9 @@ time_to_human(){
OUTPUT="" OUTPUT=""
if pidof mpv > /dev/null; then pgrep -u "$UID" -x mpv > /dev/null
if [ $? -eq 0 ]; then
# The "16) Connection refused" error happens at the row below # The "16) Connection refused" error happens at the row below
# See: https://github.com/deterenkelt/Nadeshiko/wiki/Known-issues-for-Nadeshiko%E2%80%91mpv#----connection-refused # See: https://github.com/deterenkelt/Nadeshiko/wiki/Known-issues-for-Nadeshiko%E2%80%91mpv#----connection-refused

Loading…
Cancel
Save