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;
|
||||
width: 70%;
|
||||
font: "Open Sans 24";
|
||||
lines: 24;
|
||||
lines: 10;
|
||||
markup: true;
|
||||
y-offset: 1.5%;
|
||||
}
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user