[waybar] remove cpu and memory indicators
This commit is contained in:
parent
77d64d781e
commit
c955622ef6
@ -23,8 +23,6 @@ tooltip {
|
||||
#battery,
|
||||
#backlight,
|
||||
#clock,
|
||||
#cpu,
|
||||
#memory,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#workspaces,
|
||||
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user