rofi: Show current focused desktop

This was cute, however knowing which desktop we're on may be irrelevant
in a future workspace implementation. Adding this information to the
fish prompt with starship may also be an option.
This commit is contained in:
Donovan Glover 2022-10-25 22:12:00 -04:00
parent d2883d0cb9
commit 3728607f28
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -60,4 +60,5 @@ env \
rofi \
-show drun \
-dpi "$ROFI_DPI" \
-m -1
-m -1 \
-display-drun "Search ($(bspc query -D -d focused --names))"