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