Compare commits
No commits in common. "a0df80d88c5230c5762cd4a376cda6df73956f70" and "c51d76aa209d18099370e5566d37ac2ed515c301" have entirely different histories.
a0df80d88c
...
c51d76aa20
2 changed files with 0 additions and 20 deletions
|
@ -1,15 +0,0 @@
|
||||||
(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,9 +58,4 @@
|
||||||
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.eww = {
|
|
||||||
enable = true;
|
|
||||||
configDir = ./eww;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue