aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/windows/sys.yuck
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 20:28:49 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:53 -0700
commit1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (patch)
tree9f69be31594e436aa692edc5f15a3fa1efe511c9 /roles/home/desktop/eww/windows/sys.yuck
parent1eb21c10c217c60e226d168875def24967570a19 (diff)
migration: eww
Diffstat (limited to 'roles/home/desktop/eww/windows/sys.yuck')
-rw-r--r--roles/home/desktop/eww/windows/sys.yuck84
1 files changed, 0 insertions, 84 deletions
diff --git a/roles/home/desktop/eww/windows/sys.yuck b/roles/home/desktop/eww/windows/sys.yuck
deleted file mode 100644
index a84e5aa..0000000
--- a/roles/home/desktop/eww/windows/sys.yuck
+++ /dev/null
@@ -1,84 +0,0 @@
-(defwindow sys
- ;:monitor "<primary>"
- :monitor "DisplayPort-1"
- :geometry (geometry
- :x "0px"
- :y "0px"
- :anchor "center"
- )
- :stacking "fg"
- :windowtype "dialog"
- :wm-ignore false
-
- (box :class "main"
- :orientation "v"
- :spacing 8
- :space-evenly false
-
- (bar)
-
- (box
- :orientation "h"
- :spacing 8
- :space-evenly false
-
- (box
- :orientation "v"
- :spacing 8
- :space-evenly false
-
- (disks)
-
- (box
- :orientation "h"
- :spacing 8
- :space-evenly false
-
- (zfs)
-
- (box :class "unpadded panel"
- (image
- :path "/home/c/Pictures/suit ryo.png"
- :image-width 134
- )
- )
- )
-
- (centerbox :class "panel"
- (image
- :path "/home/c/Pictures/car.png"
- :image-height 13
- )
-
- "silly zone :3"
-
- (image
- :path "/home/c/Pictures/car.png"
- :image-height 13
- )
- )
-
- (memory)
- (cpu)
- )
-
- (box
- :orientation "v"
- :spacing 8
- :space-evenly false
-
- (launcher)
-
- (box
- :orientation "h"
- :spacing 8
- :space-evenly false
-
- (box :hexpand true (music))
-
- (volume)
- )
- )
- )
- )
-)