New backup 2025-04-22 15:30:02
This commit is contained in:
parent
04e7cdc9a8
commit
838690df6a
4 changed files with 50 additions and 4 deletions
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3,15V5A2,2 0 0,1 5,3H11L13,5H19A2,2 0 0,1 21,7V15A2,2 0 0,1 19,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H5A2,2 0 0,1 3,15Z" /></svg>
|
After Width: | Height: | Size: 260 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M10,14V6L15,10L10,14Z" /></svg>
|
After Width: | Height: | Size: 273 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13,19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H4A1,1 0 0,1 3,16V12A1,1 0 0,1 4,11H20A1,1 0 0,1 21,12V16A1,1 0 0,1 20,17H13V19M4,3H20A1,1 0 0,1 21,4V8A1,1 0 0,1 20,9H4A1,1 0 0,1 3,8V4A1,1 0 0,1 4,3M9,7H10V5H9V7M9,15H10V13H9V15M5,5V7H7V5H5M5,13V15H7V13H5Z" /></svg>
|
After Width: | Height: | Size: 383 B |
|
@ -64,18 +64,61 @@
|
|||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/work/lanecc_links"
|
||||
:onclick "scripts/home/shortcuts/development/server-dell-p95g001-debian"
|
||||
:tooltip "server-dell-p95g001-debian"
|
||||
(image
|
||||
:image-width 20
|
||||
:path "icons/home/shortcuts/work/briefcase.svg"
|
||||
:path "icons/home/shortcuts/development/server-network.svg"
|
||||
))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/work/2nd_monitor"
|
||||
:onclick "scripts/home/shortcuts/development/server-hp-y2z63av"
|
||||
:tooltip "server-hp-y2z63av"
|
||||
(image
|
||||
:image-width 20
|
||||
:path "icons/home/shortcuts/work/monitor-multiple.svg"
|
||||
:path "icons/home/shortcuts/development/play-network.svg"
|
||||
))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/development/server-dell-7050sff-debian"
|
||||
:tooltip "server-dell-7050sff-debian"
|
||||
(image
|
||||
:image-width 20
|
||||
:path "icons/home/shortcuts/development/folder-network.svg"
|
||||
)))
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)}
|
||||
:orientation "h"
|
||||
:space-evenly true
|
||||
:halign "center"
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/development/server-dell-p95g001-debian"
|
||||
:tooltip "server-dell-p95g001-debian"
|
||||
(image
|
||||
:image-width 20
|
||||
:path "icons/home/shortcuts/development/server-network.svg"
|
||||
))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/development/server-hp-y2z63av"
|
||||
:tooltip "server-hp-y2z63av"
|
||||
(image
|
||||
:image-width 20
|
||||
:path "icons/home/shortcuts/development/play-network.svg"
|
||||
))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "scripts/home/shortcuts/development/server-dell-7050sff-debian"
|
||||
:tooltip "server-dell-7050sff-debian"
|
||||
(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)}
|
||||
|
|
Loading…
Add table
Reference in a new issue