corrected truncation
parent
fd6eab76a7
commit
acdd695047
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
trunc=32
|
||||
trunc=23
|
||||
sample=$(hyprctl activewindow | grep title: | awk -F: '{print $2}')
|
||||
|
||||
#echo ${sample}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
trunc=32
|
||||
trunc=30
|
||||
sample=$(playerctl metadata --format '{{ title }} - {{ artist }}')
|
||||
|
||||
#echo ${sample}
|
||||
|
|
|
|||
Loading…
Reference in New Issue