1
0

Added assono-overtime-calc

This commit is contained in:
Ole Klinck
2025-06-06 10:20:47 +02:00
parent 7fa9fd78b0
commit 1f96e4ef15
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export def lumen-kwin-get-class [waittimesec = int]: nothing -> nothing {
export def lumen-kwin-get-class [waittimesec = int]: nothing -> string {
mut timer = ($waittimesec | into int)
while ($timer > 0) {
$timer | print