fix mpd-rofi and update style

also squash commits
This commit is contained in:
ksyasuda 2021-09-02 00:21:51 -07:00
parent ab014ab5cd
commit e37786a9d1
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
spacing: 0;
width: 70%;
font: "Open Sans 24";
lines: 24;
lines: 10;
markup: true;
y-offset: 1.5%;
}

View File

@ -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)"