waybar and rofi

This commit is contained in:
2025-05-17 07:24:24 +02:00
parent e0e2ae33a4
commit 95f3c3432c
36 changed files with 3420 additions and 57 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
i="$(checkupdates)"
printf "%b%b" "$i" "${i:+\n}" |wc -l; echo "$i" |column -t #|tr '\n' '\r'