mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -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…
Add table
Reference in a new issue