waybar: more style tweaks
This commit is contained in:
parent
b408ed3f9a
commit
eb4ffcc68d
2 changed files with 7 additions and 6 deletions
|
@ -104,7 +104,7 @@
|
|||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"backlight": {
|
||||
|
@ -178,8 +178,8 @@
|
|||
},
|
||||
"bluetooth": {
|
||||
"controller": "bluetoothctl",
|
||||
"format": "{status}",
|
||||
"format-connected": "{device_alias}",
|
||||
"format": " {status}",
|
||||
"format-connected": " {device_alias}",
|
||||
"format-connected-battery": " {device_alias} {device_battery_percentage}% ",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||
|
|
|
@ -100,13 +100,14 @@ button {
|
|||
|
||||
#clock {
|
||||
background-color: #689d6a;
|
||||
color: #282828;
|
||||
|
||||
color: #1d2021;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#bluetooth {
|
||||
background-color: #d65d0e;
|
||||
color: #f2e5bc;
|
||||
color: #1d2021;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
@ -153,7 +154,7 @@ button {
|
|||
|
||||
#network {
|
||||
background-color: #d65d0e;
|
||||
color: #f2e5bc;
|
||||
color: #1d2021;
|
||||
}
|
||||
|
||||
#network.format.icons {
|
||||
|
|
Loading…
Add table
Reference in a new issue