waybar: more style tweaks

This commit is contained in:
thomasabishop 2024-02-27 17:39:26 +00:00
parent b408ed3f9a
commit eb4ffcc68d
2 changed files with 7 additions and 6 deletions

View file

@ -104,7 +104,7 @@
"format-icons": [ "format-icons": [
"󱩅", "󱩅",
"󱩅", "󱩅",
"󱩅", "󱩅"
] ]
}, },
"backlight": { "backlight": {
@ -178,8 +178,8 @@
}, },
"bluetooth": { "bluetooth": {
"controller": "bluetoothctl", "controller": "bluetoothctl",
"format": "{status}", "format": " {status}",
"format-connected": "{device_alias}", "format-connected": " {device_alias}",
"format-connected-battery": " {device_alias} {device_battery_percentage}% ", "format-connected-battery": " {device_alias} {device_battery_percentage}% ",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", "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}", "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",

View file

@ -100,13 +100,14 @@ button {
#clock { #clock {
background-color: #689d6a; background-color: #689d6a;
color: #282828;
color: #1d2021;
margin-right: 8px; margin-right: 8px;
} }
#bluetooth { #bluetooth {
background-color: #d65d0e; background-color: #d65d0e;
color: #f2e5bc; color: #1d2021;
} }
#battery { #battery {
@ -153,7 +154,7 @@ button {
#network { #network {
background-color: #d65d0e; background-color: #d65d0e;
color: #f2e5bc; color: #1d2021;
} }
#network.format.icons { #network.format.icons {