71 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "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}"
 | |
|     }
 | |
| 
 | |
| }
 |