diff --git a/files/config/waybar/config b/files/config/waybar/config index 8203c0c..92be23f 100644 --- a/files/config/waybar/config +++ b/files/config/waybar/config @@ -41,14 +41,15 @@ "battery": { "tooltip": false, "states": { + "full": 100, "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% ", - "format-alt": "{time} {icon}", + "format": "{capacity}% {icon} |", + "format-charging": "{capacity}%  |", + "format-plugged": "{capacity}%  |", + "format-alt": "{time} {icon} |", "format-icons": ["", "", "", "", ""] }, "network": { diff --git a/files/config/waybar/style.css b/files/config/waybar/style.css index 75e9ab7..1dcf6a9 100644 --- a/files/config/waybar/style.css +++ b/files/config/waybar/style.css @@ -1,8 +1,8 @@ * { border: none; border-radius: 0; - font-family: "FuraCode Nerd Font"; - font-size: 16px; + font-family: "Fira Code Nerd Font"; + font-size: 14px; min-height:0; } @@ -74,7 +74,7 @@ button:hover{ border-bottom:1px solid transparent; } -#battery.charging { +#battery.charging, #battery.plugged { border-color:#1cd180; color:#1cd180; }