This commit is contained in:
2026-03-15 20:19:34 -07:00
parent 19bbaed7d0
commit 0b0783ef8e
8 changed files with 54 additions and 96 deletions

View File

@@ -121,7 +121,7 @@
},
"memory": {
"interval": 3,
"format": "{}% ",
"format": "{}% 󰍛",
"on-click": "ghostty --initial-command=btop",
"tooltip-format": "Used: {used:0.1f}G/{total:0.1f}G. Swap: {swapUsed:0.1f}G/{swapTotal:0.1f}G",
"states": {
@@ -134,7 +134,7 @@
"critical-threshold": 90,
"format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""],
"format-icons": ["", "", ""],
},
"disk#ssd": {
"interval": 60,
@@ -148,11 +148,11 @@
"interval": 60,
"interface-ethernet": "enp1s*",
"interface-wifi": "wlan0",
"format-ethernet": "eth ",
"format-ethernet": "eth 󰈀",
"format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr} 󰈀",
"tooltip-format-wifi": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "(No IP) ",
"format-linked": "(No IP) 󰈀",
"format-disconnected": "Disconnected ⚠",
"on-click": "$HOME/.config/rofi/scripts/rofi-wifi-menu.sh",
},
@@ -171,14 +171,14 @@
"scroll-step": 2,
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": "󰝟 {icon} {format_source}",
"format-muted": "󰝟 {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"headphone": "",
"hands-free": "󰋎",
"headset": "󰋎",
"phone": "",
"portable": "",
"car": "",
@@ -193,14 +193,14 @@
"scroll-step": 2,
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": "󰝟 {icon} {format_source}",
"format-muted": "󰝟 {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"headphone": "",
"hands-free": "󰋎",
"headset": "󰋎",
"phone": "",
"portable": "",
"car": "",
@@ -249,8 +249,8 @@
"format": "{} {icon}",
"return-type": "json",
"format-icons": {
"has-updates": "",
"updated": "",
"has-updates": "",
"updated": "󰚰",
},
"exec-if": "which waybar-module-pacman-updates",
"exec": "waybar-module-pacman-updates --no-zero-output --tooltip-align-columns",