feat: add eww
This commit is contained in:
parent
f3b4188f13
commit
90aaf762cd
2 changed files with 21 additions and 0 deletions
15
ahrc-laptop/eww/eww.yuck
Normal file
15
ahrc-laptop/eww/eww.yuck
Normal 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"
|
||||||
|
)
|
|
@ -58,4 +58,10 @@
|
||||||
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.eww = { enable = true; };
|
||||||
|
home.file."${config.xdg.configHome}/eww" = {
|
||||||
|
source = ./eww;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue