add a rofi companion to notes bin

This commit is contained in:
Daylin Morgan 2024-02-20 13:09:55 -06:00
parent 51e512c83f
commit 6ca5403673
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
styles="$(dirname "$(which $0)")/../styles"
rofi_cmd="rofi -theme $styles/notes.rasi -dmenu -p notes -l 0"
# Rofi command to pipe into, can add any options here
# rofi_command="rofi -dmenu -theme $rofi_styles/bluetooth.rasi -no-fixed-num-lines -yoffset -100 -i -p "
notes "$($rofi_cmd)"

View File

@ -0,0 +1,11 @@
@import "default.rasi"
@import "colors.rasi"
mainbox {
padding: 12px;
}
entry {
placeholder: "entry";
}