101 lines
2.1 KiB
Text
101 lines
2.1 KiB
Text
{
|
|
"modules-left": [
|
|
"clock",
|
|
"niri/workspaces",
|
|
"mpris"
|
|
],
|
|
"modules-right": [
|
|
"wlr/taskbar",
|
|
"tray",
|
|
"cpu",
|
|
"memory",
|
|
"network",
|
|
"wireplumber",
|
|
"power-profiles-daemon",
|
|
"upower"
|
|
],
|
|
|
|
"power-profiles-daemon": {
|
|
"format": "{icon}",
|
|
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
|
"tooltip": true,
|
|
"format-icons": {
|
|
"default": "",
|
|
"performance": "",
|
|
"balanced": "",
|
|
"power-saver": ""
|
|
}
|
|
},
|
|
"memory": {
|
|
"interval": 30,
|
|
"format": "{used:0.1f}G/{total:0.1f}G ",
|
|
"on-click": "gnome-system-monitor"
|
|
},
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": "{}% ",
|
|
"max-length": 10,
|
|
"on-click": "gnome-system-monitor"
|
|
},
|
|
"network": {
|
|
"format-wifi": "{essid} ",
|
|
"format-ethernet": "{ifname} ",
|
|
"format-disconnected": "",
|
|
"max-length": 50,
|
|
"on-click": "wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --class launcher --always-new-process nmtui",
|
|
},
|
|
"tray": {
|
|
"icon-size": 20,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"format": "{:%a %d %b %Y %I:%M}",
|
|
"on-click": "gnome-calendar",
|
|
},
|
|
"wireplumber": {
|
|
"format": "{volume}% {icon}",
|
|
"format-muted": "",
|
|
"on-click": "helvum",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"mpris": {
|
|
"format": "{player_icon} {dynamic}",
|
|
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
|
"dynamic-len": 100,
|
|
"player-icons": {
|
|
"default": "▶",
|
|
},
|
|
"status-icons": {
|
|
"paused": "⏸"
|
|
},
|
|
},
|
|
"wlr/taskbar": {
|
|
"format": "{icon}",
|
|
"icon-size": 20,
|
|
"icon-theme": "Numix-Circle",
|
|
"tooltip-format": "{title}",
|
|
"on-click": "activate",
|
|
"app_ids-mapping": {
|
|
"firefoxdeveloperedition": "firefox-developer-edition"
|
|
},
|
|
"ignore-list": [
|
|
"Signal"
|
|
],
|
|
"rewrite": {
|
|
"Firefox Web Browser": "Firefox",
|
|
"Foot Server": "Terminal"
|
|
}
|
|
},
|
|
"niri/workspaces": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"main": "",
|
|
"scratchpad": "",
|
|
}
|
|
}
|
|
}
|