corrected truncation

main
The_miro 2024-11-28 08:07:02 +01:00
parent fd6eab76a7
commit acdd695047
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}