diff --git a/config/waybar/config b/config/waybar/config index 3f5b691..b19841b 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -190,7 +190,7 @@ "interval": 60, "states": { "warning": 40, - "critical": 20 + "critical": 25 }, "format": "{capacity}% {icon}", "format-icons": ["", "", "", "", ""], @@ -204,14 +204,16 @@ "format-ethernet": "{ifname} ", "format-disconnected": "", //An empty format will hide the module. "max-length": 50, - "tooltip": true + "tooltip": true, + "interval": 60, }, "network#openvpn": { "interface": "tun0", "format": "🔒", "format-disconnected": "🔓", //An empty format will hide the module. "max-length": 50, - "tooltip": true + "tooltip": true, + "interval": 60, }, "cpu": { "format": " {load}%", diff --git a/config/waybar/style.css b/config/waybar/style.css index bc3297f..24b3430 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,5 +1,4 @@ * { - font-size: 11px; font-family: "Font Awesome 5 Free"; } @@ -10,6 +9,14 @@ window#waybar { border-radius: 4px; } +window#waybar.thinkpad { + font-size: 11px; +} + +window#waybar.laptop { + font-size: 14px; +} + /* Base styling for modules */ #workspaces, #mode,