aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/windows/music.yuck
diff options
context:
space:
mode:
Diffstat (limited to 'roles/home/desktop/eww/windows/music.yuck')
-rw-r--r--roles/home/desktop/eww/windows/music.yuck19
1 files changed, 0 insertions, 19 deletions
diff --git a/roles/home/desktop/eww/windows/music.yuck b/roles/home/desktop/eww/windows/music.yuck
deleted file mode 100644
index f6cf02b..0000000
--- a/roles/home/desktop/eww/windows/music.yuck
+++ /dev/null
@@ -1,19 +0,0 @@
-(defwindow music [pos gaps]
- :monitor "<primary>"
- :geometry (geometry
- :x {
- pos == "right"
- ? gaps == "true"
- ? "-8px" : "2px"
- : "0px"
- }
- :y { gaps == "true" ? "-8px" : "2px" }
- :width 512
- :anchor { pos == "right" ? "bottom right" : "bottom center" }
- )
- :stacking "fg"
- :windowtype "dock"
- :wm-ignore true
-
- (music)
-) \ No newline at end of file