Fix for dunst markup

This commit is contained in:
Dr. Amr Osman 2019-04-03 01:08:15 +02:00
parent ad0f1b7e05
commit c1dc0918c5
14 changed files with 18 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 KiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -4,8 +4,8 @@
battery="$(acpi -i)" battery="$(acpi -i)"
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) pgrep -x dunst >/dev/null && notify-send "${battery}";; 1) pgrep -x dunst >/dev/null && notify-send " " "${battery}";;
3) pgrep -x dunst >/dev/null && notify-send "<b>🔋 Battery module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>🔋 Battery module:</b>
🔋: discharging 🔋: discharging
🛑: not charging 🛑: not charging
♻: stagnant charge ♻: stagnant charge

View File

@ -3,7 +3,7 @@
#date '+%Y %b %d (%a) %I:%M%p' #date '+%Y %b %d (%a) %I:%M%p'
date '+%I:%M%p' date '+%I:%M%p'
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) pgrep -x dunst >/dev/null && notify-send "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "$(calcurse -D ~/.config/calcurse -d3)" ;; 1) pgrep -x dunst >/dev/null && notify-send " " "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "$(calcurse -D ~/.config/calcurse -d3)" ;;
2) "$TERMINAL" -e calcurse -D ~/.config/calcurse ;; 2) "$TERMINAL" -e calcurse -D ~/.config/calcurse ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>📅 Time/date module:</b> 3) pgrep -x dunst >/dev/null && notify-send "<b>📅 Time/date module:</b>
- Left click to show upcoming appointments for the next three days via \`calcurse -d3\` and show the month via \`cal\` - Left click to show upcoming appointments for the next three days via \`calcurse -d3\` and show the month via \`cal\`

View File

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) notify-send "<b>🖥 CPU hogs</b>: 1) notify-send " " "<b>🖥 CPU hogs</b>:
$(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;; $(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;;
3) notify-send "<b>🖥 CPU module:</b> 3) notify-send " " "<b>🖥 CPU module:</b>
- Shows CPU temperature. - Shows CPU temperature.
- Click to show intensive processes. - Click to show intensive processes.
- % is of single core." ;; - % is of single core." ;;

View File

@ -10,9 +10,9 @@ icon="$2"
[ -z "$2" ] && icon="$1" [ -z "$2" ] && icon="$1"
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) pgrep -x dunst >/dev/null && notify-send "<b>💽 Disk space:</b> 1) pgrep -x dunst >/dev/null && notify-send " " "<b>💽 Disk space:</b>
$(df -h --output=target,used,size)" ;; $(df -h --output=target,used,size)" ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>💽 Hard drive space remaining:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>💽 Hard drive space remaining:</b>
- Shows used hard drive space. - Shows used hard drive space.
- Click to show all disk info." ;; - Click to show all disk info." ;;
esac esac

View File

@ -2,7 +2,7 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) groff -mom ~/.readme.mom -Tpdf | zathura - ;; 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;;
2) i3 restart ;; 2) i3 restart ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>❓ Help module:</b>
- Left click to open LARBS guide. - Left click to open LARBS guide.
- Middle click to refresh i3.";; - Middle click to refresh i3.";;
esac; echo "❓" esac; echo "❓"

View File

@ -2,7 +2,7 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) $TERMINAL -e nmtui ;; 1) $TERMINAL -e nmtui ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>🌐 Internet module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>🌐 Internet module:</b>
- Click for \`nmtui\` for wifi access - Click for \`nmtui\` for wifi access
📡: no wifi connection 📡: no wifi connection
📶: wifi connection with quality 📶: wifi connection with quality

View File

@ -7,7 +7,7 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) "$TERMINAL" -e neomutt ;; 1) "$TERMINAL" -e neomutt ;;
2) setsid $HOME/.config/mutt/etc/mailsync.sh >/dev/null & ;; 2) setsid $HOME/.config/mutt/etc/mailsync.sh >/dev/null & ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>📬 Mail module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>📬 Mail module:</b>
- Shows unread mail - Shows unread mail
- Shows 🔃 if syncing mail - Shows 🔃 if syncing mail
- Left click opens neomutt - Left click opens neomutt

View File

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) notify-send "<b>🧠 Memory hogs:</b> 1) notify-send " " "<b>🧠 Memory hogs:</b>
$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;; $(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;;
3) notify-send "<b>🧠 Memory module:</b> 3) notify-send " " "<b>🧠 Memory module:</b>
- Shows Memory Used/Total. - Shows Memory Used/Total.
- Click to show memory hogs." ;; - Click to show memory hogs." ;;
esac esac

View File

@ -7,7 +7,7 @@ filter() {
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) mpc status | filter && setsid "$TERMINAL" -e ncmpcpp & ;; # right click, pause/unpause 1) mpc status | filter && setsid "$TERMINAL" -e ncmpcpp & ;; # right click, pause/unpause
2) mpc toggle | filter ;; # right click, pause/unpause 2) mpc toggle | filter ;; # right click, pause/unpause
3) mpc status | filter && pgrep -x dunst >/dev/null && notify-send "<b>🎵 Music module:</b> 3) mpc status | filter && pgrep -x dunst >/dev/null && notify-send " " "<b>🎵 Music module:</b>
- Shows mpd song playing. - Shows mpd song playing.
- Italic when paused. - Italic when paused.
- Left click opens ncmpcpp. - Left click opens ncmpcpp.

View File

@ -7,7 +7,7 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) setsid "$TERMINAL" -e newsboat ;; 1) setsid "$TERMINAL" -e newsboat ;;
2) setsid newsup >/dev/null & exit ;; 2) setsid newsup >/dev/null & exit ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>📰 News module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>📰 News module:</b>
- Shows unread news items - Shows unread news items
- Shows 🔃 if updating with \`newsup\` - Shows 🔃 if updating with \`newsup\`
- Left click opens newsboat - Left click opens newsboat

View File

@ -8,8 +8,8 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) $TERMINAL -e popupgrade ;; 1) $TERMINAL -e popupgrade ;;
2) notify-send "$(/usr/bin/pacman -Qu)" ;; 2) notify-send " " "$(/usr/bin/pacman -Qu)" ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>Upgrade module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>Upgrade module:</b>
📦: number of upgradable packages 📦: number of upgradable packages
- Left click to upgrade packages - Left click to upgrade packages
- Middle click to show upgradable packages" ;; - Middle click to show upgradable packages" ;;

View File

@ -18,7 +18,7 @@ transmission-remote -l | grep % |
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) $TERMINAL -e transmission-remote-cli ;; 1) $TERMINAL -e transmission-remote-cli ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>Torrent module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>Torrent module:</b>
🛑: paused 🛑: paused
⏳: idle (seeds needed) ⏳: idle (seeds needed)
🔼: uploading (unfinished) 🔼: uploading (unfinished)

View File

@ -6,7 +6,7 @@ case $BLOCK_BUTTON in
2) pulsemixer --toggle-mute ;; 2) pulsemixer --toggle-mute ;;
4) pulsemixer --change-volume +5 ;; 4) pulsemixer --change-volume +5 ;;
5) pulsemixer --change-volume -5 ;; 5) pulsemixer --change-volume -5 ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>📢 Volume module:</b> 3) pgrep -x dunst >/dev/null && notify-send " " "<b>📢 Volume module:</b>
- Shows volume 🔊, 🔇 if muted. - Shows volume 🔊, 🔇 if muted.
- Middle click to mute. - Middle click to mute.
- Scroll to change." - Scroll to change."