Commit-3
This commit is contained in:
parent
ded4640593
commit
c2f37280a0
|
@ -13,13 +13,13 @@
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
// "output": [],
|
// "output": [],
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
// "max-height": 30,
|
"max-height": 0,
|
||||||
// "width": 1000,
|
"width": 1000,
|
||||||
// "margin": "",
|
// "margin": "",
|
||||||
"margin-top": 0,
|
//"margin-top": 0,
|
||||||
"margin-bottom": 0,
|
//"margin-bottom": 8,
|
||||||
"margin-left": 0,
|
//"margin-left": 10,
|
||||||
"margin-right": 0,
|
//"margin-right": 10,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
//"border-radius": 16,
|
//"border-radius": 16,
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
//6. Bluetooth headphones disconnect button.
|
//6. Bluetooth headphones disconnect button.
|
||||||
"custom/btd": {
|
"custom/btd": {
|
||||||
"format": " ",
|
"format": "",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "bluetoothctl disconnect 0C:AE:BD:DB:52:3A"
|
"on-click": "bluetoothctl disconnect 0C:AE:BD:DB:52:3A"
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,14 +15,25 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: Bold;
|
font-weight: Bold;
|
||||||
}
|
}
|
||||||
window#waybar {
|
|
||||||
/*border-top: 2px solid rgba(49,50,68, 0.75);*/
|
window#waybar {
|
||||||
border-radius: 0px;
|
background: rgba(0,0,0, 0);
|
||||||
/*background: rgba(24, 24, 37, 1.0);*/
|
|
||||||
background: rgba(17, 17, 27, 1.0);
|
|
||||||
color: #7f849c;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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 {
|
.modules-right {
|
||||||
border-radius: 8;
|
border-radius: 8;
|
||||||
|
@ -191,10 +202,13 @@ Main.*/
|
||||||
#custom-btd {
|
#custom-btd {
|
||||||
/*color:#f5e0dc;*/
|
/*color:#f5e0dc;*/
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-btc {
|
#custom-btc {
|
||||||
/*color:#f5e0dc;*/
|
/*color:#f5e0dc;*/
|
||||||
|
padding-right: 5px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-logo {
|
#custom-logo {
|
||||||
|
|
Loading…
Reference in New Issue