diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 20:28:49 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:53 -0700 |
| commit | 1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (patch) | |
| tree | 9f69be31594e436aa692edc5f15a3fa1efe511c9 /roles/home/desktop/eww/windows/music.yuck | |
| parent | 1eb21c10c217c60e226d168875def24967570a19 (diff) | |
migration: eww
Diffstat (limited to 'roles/home/desktop/eww/windows/music.yuck')
| -rw-r--r-- | roles/home/desktop/eww/windows/music.yuck | 19 |
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 |