feat: add eww

This commit is contained in:
Ahurac 2024-10-23 20:14:52 +02:00
parent f3b4188f13
commit 90aaf762cd
2 changed files with 21 additions and 0 deletions

15
ahrc-laptop/eww/eww.yuck Normal file
View file

@ -0,0 +1,15 @@
(defwindow bar
:monitor 0
:geometry (geometry
:x "0%"
:y "20px"
:width "90%"
:height "30px"
:anchor "top center"
)
:stacking "fg"
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
:wm-ignore false
"ni"
)

View file

@ -58,4 +58,10 @@
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
};
};
programs.eww = { enable = true; };
home.file."${config.xdg.configHome}/eww" = {
source = ./eww;
recursive = true;
};
}