Changed to fully Functional Scripting for most scripts
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
export def lumen-kwin-get-class [waittimesec: int]: nothing -> string {
|
||||
mut timer = $waittimesec
|
||||
while ($timer > 0) {
|
||||
$timer | print
|
||||
$timer -= 1
|
||||
for $i in $waittimesec..1 {
|
||||
$i | print
|
||||
sleep 1sec
|
||||
}
|
||||
qdbus6 org.kde.KWin /KWin queryWindowInfo
|
||||
|
||||
Reference in New Issue
Block a user