Initial commit.

This commit is contained in:
2025-10-12 09:04:48 -05:00
commit b0434f7756
3 changed files with 190 additions and 0 deletions

70
modules.json Normal file
View File

@@ -0,0 +1,70 @@
{
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{name}",
"format-icons": {
"urgent": "",
"active": "",
"default": ""
}
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"network": {
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"on-click": "sh ~/scripts/rofi-wifi-menu/rofi-wifi-menu.sh"
},
"cpu": {
"format": " {usage}%",
"tooltip": true
},
"memory": {
"format": " {}%",
"tooltip": true
},
"temperature": {
"interval": 10,
"hwmon-path": "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input",
"critical-threshold": 100,
"format-critical": " {temperatureC}",
"format": " {temperatureC}°C"
},
"hyprland/language": {
"format": " {}",
"format-en": "EN",
"format-ru": "RU"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-full": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
},
"clock": {
"format": "{:%H:%M | %e %B} ",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
}
}