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
|
||||
class_name: "bar",
|
||||
monitor,
|
||||
anchor: ["bottom", "left", "right"],
|
||||
margins: [0, 10, 0, 10],
|
||||
anchor: ["top", "left", "right"],
|
||||
margins: [0, 0, 0, 0],
|
||||
exclusivity: "exclusive",
|
||||
child: Widget.CenterBox({
|
||||
start_widget: Left(),
|
||||
|
|
|
@ -5,18 +5,14 @@
|
|||
|
||||
window.bar {
|
||||
/* background-color: @theme_bg_color; */
|
||||
background: rgba(0, 0, 0, .1);
|
||||
background: #222222;
|
||||
color: @theme_fg_color;
|
||||
min-height: 10rem;
|
||||
border: 2px solid #ea4c88;
|
||||
border-bottom: none;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
}
|
||||
|
||||
button {
|
||||
min-width: 0;
|
||||
/* padding-top: 0;
|
||||
padding-bottom: 0; */
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
background-color: transparent;
|
||||
padding: 5px;
|
||||
padding-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue