niri, waybar, swaylock

This commit is contained in:
Matt Nish-Lapidus 2025-01-30 11:25:14 -05:00
parent f5a0090ea0
commit 41a49f8c2a
12 changed files with 383 additions and 246 deletions

View file

@ -1,4 +1,4 @@
(defwindow example
(defwindow mainbar
:monitor 0
:geometry (geometry :x "0%"
:y "20px"
@ -9,4 +9,4 @@
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
:wm-ignore false
"example content")
)