From e37786a9d106dbe0e82eae34587a1812bb4cc2be Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Thu, 2 Sep 2021 00:21:51 -0700 Subject: [PATCH] fix mpd-rofi and update style also squash commits --- rofi/rofi-mpd.rasi | 2 +- scripts/rofi-mpd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rofi/rofi-mpd.rasi b/rofi/rofi-mpd.rasi index 14b5195..3d2613c 100644 --- a/rofi/rofi-mpd.rasi +++ b/rofi/rofi-mpd.rasi @@ -5,7 +5,7 @@ spacing: 0; width: 70%; font: "Open Sans 24"; - lines: 24; + lines: 10; markup: true; y-offset: 1.5%; } diff --git a/scripts/rofi-mpd b/scripts/rofi-mpd index 582c7d9..99aff4f 100755 --- a/scripts/rofi-mpd +++ b/scripts/rofi-mpd @@ -1,7 +1,7 @@ #!/usr/bin/env sh -m() { rofi -theme /home/sudacode/i3/rofi/rofi-mpd.rasi -dmenu -i "$@" ;} -mb() { rofi -theme /home/sudacode/i3/rofi/rofi-mpd.rasi -dmenu -i -kb-custom-1 "Alt+q" "$@" ;} +m() { rofi -l 12 -markup -theme ~/SudacodeRice/rofi/rofi-mpd.rasi -dmenu -i "$@" ;} +mb() { rofi -l 24 -markup -theme ~/SudacodeRice/rofi/rofi-mpd.rasi -dmenu -i -kb-custom-1 "Alt+q" "$@" ;} artist() { lines="$(mpc list artist | wc -l)"