2024-08-27 13:39:37 -05:00
|
|
|
[{
|
|
|
|
"id": "top",
|
|
|
|
"name": "top",
|
|
|
|
"layer": "top",
|
|
|
|
"height": 40,
|
2024-08-29 00:26:32 -05:00
|
|
|
"margin-top": 16,
|
|
|
|
"margin-left": 16,
|
|
|
|
"margin-right": 16,
|
2024-08-27 18:32:33 -05:00
|
|
|
"modules-left": ["hyprland/workspaces", "sway/mode"],
|
2024-08-27 13:39:37 -05:00
|
|
|
"modules-right": ["tray"],
|
2024-08-27 18:32:33 -05:00
|
|
|
"hyprland/workspaces": {
|
2024-08-27 13:39:37 -05:00
|
|
|
"all-outputs": false,
|
|
|
|
"disable-scroll": true,
|
|
|
|
"persistent-workspaces": {
|
2024-08-27 18:32:33 -05:00
|
|
|
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
|
2024-08-27 13:39:37 -05:00
|
|
|
}
|
|
|
|
},
|
2024-08-27 18:32:33 -05:00
|
|
|
"hyprland/window": {
|
|
|
|
"format": "{}"
|
2024-08-27 13:39:37 -05:00
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
"icon-size": 16,
|
|
|
|
"spacing": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "bottom",
|
|
|
|
"name": "bottom",
|
|
|
|
"layer": "top",
|
|
|
|
"position": "bottom",
|
|
|
|
"height": 40,
|
2024-08-29 00:26:32 -05:00
|
|
|
"margin-bottom": 16,
|
|
|
|
"margin-left": 16,
|
|
|
|
"margin-right": 16,
|
2024-08-27 13:39:37 -05:00
|
|
|
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
|
|
|
|
"modules-center": [],
|
|
|
|
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
|
|
|
"clock": {
|
|
|
|
"format": "{:%a %b %d %I:%M %p}",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
|
|
|
"network": {
|
|
|
|
"interval": 5,
|
|
|
|
"format": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
|
|
|
"format-disconnected": ""
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"states": {
|
|
|
|
"good": 100,
|
|
|
|
"warning": 30,
|
|
|
|
"critical": 15
|
|
|
|
},
|
|
|
|
"format": "{icon} {capacity}%",
|
|
|
|
"format-charging": "{icon} {capacity}%",
|
|
|
|
"format-plugged": "{icon} {capacity}%",
|
|
|
|
"format-icons": ["", "", "", "", ""]
|
|
|
|
},
|
|
|
|
"backlight": {
|
|
|
|
"format": " {percent}%"
|
|
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
|
|
"format": ""
|
|
|
|
},
|
|
|
|
"gamemode": {
|
|
|
|
"format": "{glyph}",
|
|
|
|
"glyph": "",
|
|
|
|
"use-icon": false,
|
|
|
|
"icon-spacing": 0,
|
|
|
|
"icon-size": 0
|
|
|
|
},
|
|
|
|
"pulseaudio": {
|
|
|
|
"scroll-step": 5,
|
|
|
|
"format": "{icon} {volume}%",
|
2024-08-29 17:49:01 -05:00
|
|
|
"format-muted": "{icon}",
|
2024-08-27 13:39:37 -05:00
|
|
|
"format-icons": {
|
|
|
|
"default": ["", "", ""]
|
|
|
|
},
|
2024-08-28 23:51:00 -05:00
|
|
|
"scroll-step": 1,
|
|
|
|
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
2024-08-27 13:39:37 -05:00
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"interval": 3,
|
|
|
|
"format": " {usage}%",
|
|
|
|
"states": {
|
|
|
|
"critical": 90,
|
|
|
|
"warning": 80,
|
|
|
|
"regular": 50
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"interval": 5,
|
|
|
|
"format": " {percentage}% <span font-size=\"7pt\">{swapPercentage}%</span>",
|
|
|
|
"states": {
|
|
|
|
"critical": 90,
|
|
|
|
"warning": 80,
|
|
|
|
"regular": 50
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
"format": " {temperatureC}°",
|
|
|
|
"critical-threshold": 80
|
|
|
|
},
|
|
|
|
"mpris": {
|
|
|
|
"interval": 1,
|
|
|
|
"artist-len": 30,
|
|
|
|
"album-len": 30,
|
|
|
|
"title-len": 40,
|
|
|
|
"format": "{player_icon} - {dynamic}",
|
|
|
|
"ignored-players": [
|
|
|
|
"firefox"
|
|
|
|
],
|
|
|
|
"player-icons": {
|
|
|
|
"default": "♫"
|
|
|
|
},
|
|
|
|
"status-icons": {
|
|
|
|
"playing": "⏵",
|
|
|
|
"paused": "⏸",
|
|
|
|
"stopped": "⏹"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"custom/backup": {
|
|
|
|
"interval": 60,
|
|
|
|
"format": "",
|
|
|
|
"exec": "systemctl is-failed backup.service"
|
|
|
|
}
|
|
|
|
}]
|