From eb4ffcc68d827a804fa54ab586d105edfe50d227 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 27 Feb 2024 17:39:26 +0000 Subject: [PATCH] waybar: more style tweaks --- waybar/config | 6 +++--- waybar/style.css | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/waybar/config b/waybar/config index 39942f6..de398ec 100644 --- a/waybar/config +++ b/waybar/config @@ -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}", diff --git a/waybar/style.css b/waybar/style.css index 9a3b391..ab5c133 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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 {