From c955622ef66996009ce68ab8b437733827e0f660 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 30 Mar 2024 13:14:09 +0100 Subject: [PATCH] [waybar] remove cpu and memory indicators --- apps/waybar/style.css | 2 -- apps/waybar/waybar.conf | 23 +++-------------------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/apps/waybar/style.css b/apps/waybar/style.css index 43c4e39..b10c1bf 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -23,8 +23,6 @@ tooltip { #battery, #backlight, #clock, -#cpu, -#memory, #network, #pulseaudio, #workspaces, diff --git a/apps/waybar/waybar.conf b/apps/waybar/waybar.conf index 9a03f24..c1149b5 100644 --- a/apps/waybar/waybar.conf +++ b/apps/waybar/waybar.conf @@ -22,8 +22,6 @@ "modules-right": [ "custom/spotify", "tray", - "cpu", - "memory", "network", "custom/wireguard", "battery", @@ -71,13 +69,6 @@ "tooltip-format": "{calendar}" }, - "cpu": { - "interval": 5, - "max-length": 6, - "min-length": 6, - "format": "🧠 {usage:2}%" - }, - "custom/wireguard": { "interval": 2, "format": "{}", @@ -107,21 +98,13 @@ } }, - "memory": { - "interval": 5, - "format": "🐏 {}%", - "max-length": 6, - "min-length": 6, - "tooltip-format": "{used:0.1f}GB / {total:0.1f}GB", - }, - "network": { "tooltip": true, - "format-wifi": "📡 {ipaddr}/{cidr}", - "format-ethernet": "🌐 {ipaddr}/{cidr}", + "format-wifi": "📡", + "format-ethernet": "🌐", "tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", "tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", - "on-click": "alacritty --class nmtui --command ~/.dotfiles/hyprland/nmtui.sh" + "on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh" }, "pulseaudio": {