summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/config.jsonc
blob: a5efc077fda60c4f8d48dae8d4f2850c346a22f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	"layer": "top",
	"modules-left": ["wlr/workspaces", "mpd"],
	"modules-center": ["hyprland/window"],
	"modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"],
	"mpd": {
		"tooltip": false,
		"format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
		"format-disconnected": "ﳌ",
		"format-stopped": "",
        "state-icons": {
            "playing": "",
            "paused": ""
        }
	},
	"hyprland/window": {
		"format": "{}",
		"separate-outputs": true,
	},
	"pulseaudio": {
		"tooltip": false,
		"scroll-step": 5,
		"format": "{icon} {volume}%",
		"format-icons": {
			"default": ["奄", "奔", "墳"]
		}
	},
	"network": {
		"tooltip": false,
		"format-wifi": " {essid}",
		"format-ethernet": ""
	},
	"cpu": {
		"tooltip": false,
		"format": " {}%"
	},
	"memory": {
		"tooltip": false,
		"format": " {used}G"
	}
}