Compare commits
3 commits
c51d76aa20
...
a0df80d88c
Author | SHA1 | Date | |
---|---|---|---|
a0df80d88c | |||
c3234a18b1 | |||
90aaf762cd |
2 changed files with 20 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,9 @@
|
|||
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
||||
};
|
||||
};
|
||||
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue