dwm ags bar 1
This commit is contained in:
parent
6adef27fb9
commit
192a0fbc58
2 changed files with 12 additions and 16 deletions
|
@ -250,8 +250,8 @@ function Bar(monitor = 0) {
|
||||||
name: `bar-${monitor}`, // name has to be unique
|
name: `bar-${monitor}`, // name has to be unique
|
||||||
class_name: "bar",
|
class_name: "bar",
|
||||||
monitor,
|
monitor,
|
||||||
anchor: ["bottom", "left", "right"],
|
anchor: ["top", "left", "right"],
|
||||||
margins: [0, 10, 0, 10],
|
margins: [0, 0, 0, 0],
|
||||||
exclusivity: "exclusive",
|
exclusivity: "exclusive",
|
||||||
child: Widget.CenterBox({
|
child: Widget.CenterBox({
|
||||||
start_widget: Left(),
|
start_widget: Left(),
|
||||||
|
|
|
@ -5,18 +5,14 @@
|
||||||
|
|
||||||
window.bar {
|
window.bar {
|
||||||
/* background-color: @theme_bg_color; */
|
/* background-color: @theme_bg_color; */
|
||||||
background: rgba(0, 0, 0, .1);
|
background: #222222;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
min-height: 10rem;
|
|
||||||
border: 2px solid #ea4c88;
|
|
||||||
border-bottom: none;
|
|
||||||
border-radius: 6px 6px 0px 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
/* padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0; */
|
padding-bottom: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
Loading…
Reference in a new issue