mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Script to be used later.
This commit is contained in:
parent
de1f7a11aa
commit
90475fcd2f
1 changed files with 10 additions and 0 deletions
10
doc/create_screenshot.sh
Executable file
10
doc/create_screenshot.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
function shout()
|
||||||
|
{
|
||||||
|
echo -en "Normal Row\nAlternateRow\nNormal Row active\nAlternateRow Active\nNormal Row urgent\nAlternateRow urgent"
|
||||||
|
echo -en "\nSelected Row"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
shout | rofi -u 2,3 -a 4,5 -dmenu -p "Prompt:" -padding 20 -line-margin 10 -selected 6
|
Loading…
Reference in a new issue