This commit is contained in:
BlossomOfTheLavender 2024-03-29 07:09:40 +07:00
parent ded4640593
commit c2f37280a0
2 changed files with 27 additions and 13 deletions

View File

@ -13,13 +13,13 @@
"layer": "top",
// "output": [],
"position": "bottom",
// "max-height": 30,
// "width": 1000,
"max-height": 0,
"width": 1000,
// "margin": "",
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
//"margin-top": 0,
//"margin-bottom": 8,
//"margin-left": 10,
//"margin-right": 10,
"spacing": 0,
"gtk-layer-shell": true,
//"border-radius": 16,
@ -162,7 +162,7 @@
//6. Bluetooth headphones disconnect button.
"custom/btd": {
"format": " 󰟎",
"format": "󰟎",
"tooltip": false,
"on-click": "bluetoothctl disconnect 0C:AE:BD:DB:52:3A"
},

View File

@ -15,14 +15,25 @@
font-size: 14px;
font-weight: Bold;
}
window#waybar {
/*border-top: 2px solid rgba(49,50,68, 0.75);*/
border-radius: 0px;
/*background: rgba(24, 24, 37, 1.0);*/
background: rgba(17, 17, 27, 1.0);
color: #7f849c;
background: rgba(0,0,0, 0);
}
window#waybar > box{
/*border-top: 2px solid rgba(49,50,68, 0.75);*/
background: rgba(17, 17, 27, 1.0);
box-shadow: rgba(0, 0, 0, 0.45) 4 4 5 2px;
transition-property: background-color;
transition-duration: .5s;
border-radius: 16;
color: #7f849c;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 8px;
}
.modules-right {
border-radius: 8;
@ -191,10 +202,13 @@ Main.*/
#custom-btd {
/*color:#f5e0dc;*/
padding-right: 10px;
font-size: 16px;
}
#custom-btc {
/*color:#f5e0dc;*/
padding-right: 5px;
font-size: 16px;
}
#custom-logo {