mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
[{
|
|
"position": "top",
|
|
"output": ["HDMI-A-1", "eDP-1"],
|
|
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
|
"modules-center": ["custom/webdav","clock", "custom/status"],
|
|
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"format-alt": "{:%d.%m.%Y}",
|
|
"tooltip": false,
|
|
},
|
|
"memory": {
|
|
"interval": 10,
|
|
"format": "⛃ {}%"
|
|
},
|
|
"cpu": {
|
|
"interval": 7,
|
|
"format": "🧠 {usage:2}%"
|
|
},
|
|
"backlight": {
|
|
"format": "🌥️ {percent}% ",
|
|
"tooltip": false,
|
|
},
|
|
"hyprland/window": {
|
|
"format": "👉 {}",
|
|
"separate-outputs": true,
|
|
},
|
|
"pulseaudio": {
|
|
"format": "🔉 {volume}%",
|
|
"on-click": "pavucontrol",
|
|
"tooltip": false,
|
|
},
|
|
"battery": {
|
|
"interval": 30,
|
|
"states": {
|
|
"good": 90,
|
|
"warning": 30,
|
|
"critical": 20
|
|
},
|
|
"format": "🔋 {capacity}% ",
|
|
"format-charging": "⚡ {capacity}%",
|
|
},
|
|
"tray": {
|
|
"icon-size": 21,
|
|
"spacing": 5
|
|
},
|
|
}, {
|
|
"width": 0,
|
|
"position": "right",
|
|
"output": "HDMI-A-2",
|
|
"modules-left": [ "hyprland/workspaces"],
|
|
}, {
|
|
"width": 0,
|
|
"position": "left",
|
|
"output": "DP-1",
|
|
"modules-left": [ "hyprland/workspaces"],
|
|
}]
|