Add mpris and fixes to waybar config
This commit is contained in:
parent
d95efe4d73
commit
249e35cbc0
4 changed files with 46 additions and 16 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
updates=$(checkupdates)
|
||||
text=$(echo "$updates" | wc -l)
|
||||
tooltip=$(echo "$updates" | sed 's/$/\\n/' | tr -d '\n' | sed 's/\\n$//')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue