1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Ryan Kes
1f23314919 style(polybar): added min width to prevent horizontal jumping 2021-01-20 21:40:45 +01:00
Ryan Kes
7a628f3c8d fix(neomutt): updated notify-send command 2021-01-20 21:40:15 +01:00
Ryan Kes
4f7fad36d2 feat(bspwm): autostart gpodder instead of castero 2021-01-20 21:39:49 +01:00
3 changed files with 5 additions and 5 deletions

View File

@ -127,9 +127,9 @@ start_if_not_running iceweasel
start_if_not_running emacs
start_if_not_running element-desktop
start_if_not_running element-desktop-nightly
start_if_not_running gpodder
if [ "$SCREENCOUNT" -eq 2 ]
start_shell_if_not_running castero
start_if_not_running slack
end

View File

@ -28,12 +28,12 @@ for account in $accounts; do
new="$(find "$HOME/.local/share/mail/$acc/INBOX/new/" "$HOME/.local/share/mail/$acc/Inbox/new/" "$HOME/.local/share/mail/$acc/inbox/new/" -type f -newer "/tmp/.mailsynclastrun" 2>/dev/null)"
newcount="$(echo "$new" | sed '/^\s*$/d' | wc -l)"
if [ "$newcount" -gt "0" ]; then
# notify-send.py -i mutt -c mailtotal "Mail" "$newcount new mail(s) in \`$acc\` account." &
# notify-send -i mutt -c mailtotal "Mail" "$newcount new mail(s) in \`$acc\` account." &
for file in $new; do
# Extract subject and sender from mail.
from="$(awk '/^From: / && ++n ==1,/^\<.*\>:/' "$file" | perl -CS -MEncode -ne 'print decode("MIME-Header", $_)' | awk '{ $1=""; if (NF>=3)$NF=""; print $0 }' | sed 's/^[[:blank:]]*[\"'\''\<]*//;s/[\"'\''\>]*[[:blank:]]*$//')"
subject="$(awk '/^Subject: / && ++n == 1,/^\<.*\>: / && ++i == 2' "$file" | head -n-1 | perl -CS -MEncode -ne 'print decode("MIME-Header", $_)' | sed 's/^Subject: //' | sed 's/^{[[:blank:]]*[\"'\''\<]*//;s/[\"'\''\>]*[[:blank:]]*$//' | tr -d '\n')"
notify-send.py -i mutt "$from:" "$subject" &
notify-send -i mutt "$from:" "$subject" &
done
fi
done

View File

@ -186,7 +186,7 @@ type = internal/cpu
format = <label> <ramp-coreload>
format-prefix = "💻 "
label = %percentage%%
label = %percentage:3%%
ramp-coreload-0 = ▁
ramp-coreload-1 = ▂
@ -249,7 +249,7 @@ interface = eno1
format-connected-prefix = " "
format-disconnected-prefix = " "
label-connected = "%local_ip%  %downspeed%  %upspeed%"
label-connected = "%local_ip%  %downspeed:7%  %upspeed:7%"
[module/date]
type = internal/date