better waybar lesgooo
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%D %H:%M:%S}",
|
"format": "{:%H:%M:%S}",
|
||||||
"interval":1,
|
"interval":1,
|
||||||
"tooltip-format": "\n<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "\n<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"calendar-weeks-pos": "right",
|
"calendar-weeks-pos": "right",
|
||||||
|
|||||||
@@ -13,28 +13,28 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-logo {
|
#custom-logo {
|
||||||
padding: 0 10px;
|
padding: 0 13px 0 7px;
|
||||||
color: #89b4fa;
|
color: #89b4fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-right {
|
.modules-right {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
border-radius: 15px 0 0 15px;
|
border-radius: 5px;
|
||||||
margin-top: 0px;
|
margin: 3px 5px 0px;
|
||||||
background: #000000;
|
background: #181825;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center {
|
.modules-center {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
margin-top: 0px;
|
margin: 3px 5px 0px;
|
||||||
border-radius: 15px 15px 15px 15px;
|
border-radius: 5px;
|
||||||
background: #000000;
|
background: #181825;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left {
|
.modules-left {
|
||||||
border-radius: 0 15px 15px 0;
|
border-radius: 7px;
|
||||||
margin-top: 0px;
|
margin: 3px 5px 0px;
|
||||||
background: #000000;
|
background: #181825;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
@@ -68,7 +68,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #b4befe;
|
color: #b4befe;
|
||||||
border-radius: 15px;
|
border-radius: 6px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user