Adding mail widget in awesome

This commit is contained in:
Chris Cochrun 2021-05-17 06:20:59 -05:00
parent 43893af38d
commit 80e0136e81
5 changed files with 41 additions and 7 deletions

2
scripts/muunread Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
mu find flag:unread AND NOT flag:trashed AND NOT maildir:\"/outlook/Junk\" AND NOT maildir:\"/office/Junk Email\" AND NOT maildir:\"/outlook/Deleted\" AND NOT maildir:\"/office/Deleted Items\" | wc -l

View file

@ -1,2 +1,2 @@
#!/bin/sh
pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'
pacman -Qq | sk --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'