[waybar] remove cpu and memory indicators

This commit is contained in:
Simon Cornet 2024-03-30 13:14:09 +01:00
parent 77d64d781e
commit c955622ef6
2 changed files with 3 additions and 22 deletions

View File

@ -23,8 +23,6 @@ tooltip {
#battery, #battery,
#backlight, #backlight,
#clock, #clock,
#cpu,
#memory,
#network, #network,
#pulseaudio, #pulseaudio,
#workspaces, #workspaces,

View File

@ -22,8 +22,6 @@
"modules-right": [ "modules-right": [
"custom/spotify", "custom/spotify",
"tray", "tray",
"cpu",
"memory",
"network", "network",
"custom/wireguard", "custom/wireguard",
"battery", "battery",
@ -71,13 +69,6 @@
"tooltip-format": "<tt><small>{calendar}</small></tt>" "tooltip-format": "<tt><small>{calendar}</small></tt>"
}, },
"cpu": {
"interval": 5,
"max-length": 6,
"min-length": 6,
"format": "🧠 {usage:2}%"
},
"custom/wireguard": { "custom/wireguard": {
"interval": 2, "interval": 2,
"format": "{}", "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": { "network": {
"tooltip": true, "tooltip": true,
"format-wifi": "📡 {ipaddr}/{cidr}", "format-wifi": "📡",
"format-ethernet": "🌐 {ipaddr}/{cidr}", "format-ethernet": "🌐",
"tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", "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}", "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": { "pulseaudio": {