113 lines
1.9 KiB
JSON
113 lines
1.9 KiB
JSON
// -*- mode: json -*-
|
|
|
|
{
|
|
"layer": "top",
|
|
"output": "DP-1",
|
|
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
"custom/right-arrow-dark"
|
|
],
|
|
"modules-center": [
|
|
"custom/left-arrow-dark",
|
|
"clock#1",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"clock#2",
|
|
"custom/right-arrow-dark",
|
|
"custom/right-arrow-light",
|
|
"clock#3",
|
|
"custom/right-arrow-dark"
|
|
],
|
|
"modules-right": [
|
|
"custom/left-arrow-dark",
|
|
"cpu",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"memory",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"pulseaudio",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"disk",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"tray",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"custom/power"
|
|
],
|
|
|
|
"custom/left-arrow-dark": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/left-arrow-light": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/right-arrow-dark": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/right-arrow-light": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"format": "{name}"
|
|
},
|
|
|
|
"clock#1": {
|
|
"format": "{:%a}",
|
|
"tooltip": false
|
|
},
|
|
"clock#2": {
|
|
"format": "{:%I:%M %p}",
|
|
"tooltip": false
|
|
},
|
|
"clock#3": {
|
|
"format": "{:%d-%m}",
|
|
"tooltip": false
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume:2}%",
|
|
"format-bluetooth": "{icon} {volume}%",
|
|
"format-muted": "MUTE",
|
|
"format-icons": {
|
|
"headphones": "",
|
|
"default": [
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"scroll-step": 5,
|
|
"on-click": "pamixer -t",
|
|
"on-click-right": "pavucontrol"
|
|
},
|
|
"memory": {
|
|
"interval": 5,
|
|
"format": " {}%"
|
|
},
|
|
"cpu": {
|
|
"interval": 5,
|
|
"format": " {usage:2}%"
|
|
},
|
|
"disk": {
|
|
"interval": 5,
|
|
"format": " {percentage_used:2}%",
|
|
"path": "/"
|
|
},
|
|
"tray": {
|
|
"icon-size": 20
|
|
},
|
|
"custom/power":{
|
|
"format": " ",
|
|
"on-click": "wlogout"
|
|
}
|
|
}
|