New backup 2025-03-11 20:30:06
This commit is contained in:
parent
9a6eec71e7
commit
9312b02ad4
1 changed files with 14 additions and 1 deletions
|
@ -15,7 +15,20 @@
|
|||
(powermenu)
|
||||
(profile)
|
||||
(workspaces :array workspacesArray)
|
||||
(windowtitle)))
|
||||
(windowtitle)
|
||||
(scratchpad)))
|
||||
|
||||
(defwidget scratchpad []
|
||||
(box :orientation "v"
|
||||
:space-evenly false
|
||||
(box :space-evenly false
|
||||
(image :path "/usr/share/icons/hicolor/scalable/apps/org.kde.dolphin.svg"
|
||||
:image-width 25
|
||||
:image-height 25)
|
||||
(image :path "/usr/share/icons/hicolor/32x32/apps/librewolf.png"
|
||||
:image-width 25
|
||||
:image-height 25
|
||||
))))
|
||||
|
||||
(defwidget centergroup []
|
||||
(box :class "centergroup" :orientation "h" :space-evenly false :halign "start"
|
||||
|
|
Loading…
Add table
Reference in a new issue