New backup 2025-07-11 12:30:07
This commit is contained in:
parent
2c02f9e02d
commit
6b0f514f90
1 changed files with 1 additions and 56 deletions
|
@ -18,10 +18,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/personal/ceiling-light-multiple.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -29,10 +25,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/personal/home-assistant.svg"
|
||||
;; )))
|
||||
(box
|
||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||
:orientation "h"
|
||||
|
@ -45,10 +37,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/personal/nextcloud.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -56,10 +44,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/personal/mastodon.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -67,10 +51,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/personal/jellyfin.svg"
|
||||
;; )))
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)}
|
||||
:orientation "h"
|
||||
|
@ -84,10 +64,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/cloud.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -96,10 +72,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/router-network.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -108,10 +80,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/router-network-wireless.svg"
|
||||
;; )))
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)}
|
||||
:orientation "h"
|
||||
|
@ -125,10 +93,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/network-pos.svg"
|
||||
;; ))
|
||||
;; (button
|
||||
;; :width 60
|
||||
;; :height 60
|
||||
|
@ -137,10 +101,6 @@
|
|||
;; (label
|
||||
;; :justify "center"
|
||||
;; :text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/nintendo-wii.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -149,10 +109,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/play-network.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -161,10 +117,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/development/folder-network.svg"
|
||||
;; )))
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 39) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 30)}
|
||||
:orientation "h"
|
||||
|
@ -177,10 +129,6 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/work/briefcase.svg"
|
||||
;; ))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
@ -188,7 +136,4 @@
|
|||
(label
|
||||
:justify "center"
|
||||
:text ""
|
||||
;; (image
|
||||
;; :image-width 20
|
||||
;; :path "icons/home/shortcuts/work/monitor-multiple.svg"
|
||||
)))))
|
||||
)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue