dotfiles/home/private_dot_config/rofi/bin/executable_notes.sh

7 lines
150 B
Bash
Raw Normal View History

2024-02-20 13:09:55 -06:00
#!/usr/bin/env bash
styles="$(dirname "$(which $0)")/../styles"
rofi_cmd="rofi -theme $styles/notes.rasi -dmenu -p notes -l 0"
notes "$($rofi_cmd)"