[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,
#backlight,
#clock,
#cpu,
#memory,
#network,
#pulseaudio,
#workspaces,

View File

@ -22,8 +22,6 @@
"modules-right": [
"custom/spotify",
"tray",
"cpu",
"memory",
"network",
"custom/wireguard",
"battery",
@ -71,13 +69,6 @@
"tooltip-format": "<tt><small>{calendar}</small></tt>"
},
"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": {