✨ eww: remove padding from bottom of window
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
.bar {
|
.bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
& label {
|
& label {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
(defwindow bar
|
(defwindow bar
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :width "100%"
|
:geometry (geometry :width "100%"
|
||||||
:height "50px"
|
:height "46px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
|
|||||||
Reference in New Issue
Block a user