89 lines
2.7 KiB
Plaintext
89 lines
2.7 KiB
Plaintext
{
|
|
"layer": "top", // Waybar at top layer
|
|
"position": "top", // Waybar position (top|bottom|left|right)
|
|
// "width": 1280, // Waybar width
|
|
// Choose the order of the modules
|
|
"modules-left": ["hyprland/workspaces", "custom/music"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["pulseaudio", "backlight", "battery", "tray", "custom/lock", "custom/power"],
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"sort-by-name": true,
|
|
"format": " {icon} ",
|
|
"format-icons": {
|
|
"1": "",
|
|
// "1":"1",
|
|
//"1:www": "龜", // Icon: firefox-browser
|
|
"2": "",
|
|
//"2:mail": "", // Icon: mail
|
|
//"3": "",
|
|
"3":"",
|
|
//"3:editor": "", // Icon: code
|
|
"4": "",
|
|
//"4:terminals": "", // Icon: terminal
|
|
"5": "",
|
|
//"5:portal": "", // Icon: terminal
|
|
"6": "",
|
|
"default": "",
|
|
},
|
|
"persistent-workspaces": { "1":[], "2":[], "3":[], "4":[], "5":[], "6":[]}
|
|
},
|
|
"tray": {
|
|
"icon-size": 21,
|
|
"spacing": 10
|
|
},
|
|
"custom/music": {
|
|
// "format": " {}",
|
|
"format": " {}",
|
|
"escape": true,
|
|
"interval": 5,
|
|
"tooltip": false,
|
|
"exec": "playerctl metadata --format='{{ title }}'",
|
|
"on-click": "playerctl play-pause",
|
|
"max-length": 50
|
|
},
|
|
"clock": {
|
|
"timezone": "Europe/Berlin",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format-alt": " {:%d/%m/%Y}",
|
|
"format": " {:%H:%M}"
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon}",
|
|
"format-charging": "",
|
|
"format-plugged": "",
|
|
"format-alt": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"pulseaudio": {
|
|
// "scroll-step": 1, // %, can be a float
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", " "]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"custom/lock": {
|
|
"tooltip": false,
|
|
"on-click": "sh -c '(sleep 0.5s; swaylock --grace 0)' & disown",
|
|
"format": "",
|
|
},
|
|
"custom/power": {
|
|
"tooltip": false,
|
|
"on-click": "wlogout &",
|
|
// "format": "襤"
|
|
"format": " "
|
|
// "format": "moopä"
|
|
}
|
|
}
|