dotfiles/home/private_dot_config/rofi/bin/executable_notes.sh
2024-02-26 10:11:00 -06:00

7 lines
150 B
Bash

#!/usr/bin/env bash
styles="$(dirname "$(which $0)")/../styles"
rofi_cmd="rofi -theme $styles/notes.rasi -dmenu -p notes -l 0"
notes "$($rofi_cmd)"