mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
fix mpd-rofi and update style
also squash commits
This commit is contained in:
parent
ab014ab5cd
commit
e37786a9d1
@ -5,7 +5,7 @@
|
|||||||
spacing: 0;
|
spacing: 0;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
font: "Open Sans 24";
|
font: "Open Sans 24";
|
||||||
lines: 24;
|
lines: 10;
|
||||||
markup: true;
|
markup: true;
|
||||||
y-offset: 1.5%;
|
y-offset: 1.5%;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
m() { rofi -theme /home/sudacode/i3/rofi/rofi-mpd.rasi -dmenu -i "$@" ;}
|
m() { rofi -l 12 -markup -theme ~/SudacodeRice/rofi/rofi-mpd.rasi -dmenu -i "$@" ;}
|
||||||
mb() { rofi -theme /home/sudacode/i3/rofi/rofi-mpd.rasi -dmenu -i -kb-custom-1 "Alt+q" "$@" ;}
|
mb() { rofi -l 24 -markup -theme ~/SudacodeRice/rofi/rofi-mpd.rasi -dmenu -i -kb-custom-1 "Alt+q" "$@" ;}
|
||||||
|
|
||||||
artist() {
|
artist() {
|
||||||
lines="$(mpc list artist | wc -l)"
|
lines="$(mpc list artist | wc -l)"
|
||||||
|
Loading…
Reference in New Issue
Block a user