diff options
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 23d2f29..d58ffbd 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -20,6 +20,7 @@ "custom/pac-status", "custom/news-status", "custom/torrent-status", + "memory", "custom/vpn-status", "network", "backlight", @@ -76,7 +77,11 @@ "tooltip": false }, "memory": { - "format": "{}% " + "format": "<span color=\"#5b8277\"></span> {used:0.3f}G", + "states": { + "warning": 90 + }, + "interval": 10 }, "temperature": { // "thermal-zone": 2, |