system/pkgs/wm/waybar/default.json

150 lines
3.4 KiB
JSON
Raw Normal View History

2024-10-14 17:28:31 -04:00
{
"clock": {
"interval": 60,
"timezone": "America/Los_Angeles",
"format": "{:%A, %B %d, %Y %r}",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calander": {
"mode": "month",
"on-scroll": 1,
"format": {
"today": "<b><u>{}</u></b>",
},
},
},
// "cpu": {
// "interval": 5,
// "format": " {usage}%",
// "max-length": 10,
// },
"cpu": {
"format": "{usage}% 󰍛",
"interval": 1,
"format-alt-click": "click",
"format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
"on-click": "gnome-system-monitor",
},
"custom/exit": {
"format": "",
"tooltip-format": "Powermenu",
"on-click": "wlogout -b 3",
"tooltip": false
},
"disk": {
"interval": 30,
"format": "󰋊 {percentage_used}%",
"path": "/",
"tooltip": true,
"unit": "GB",
"tooltip-format": "Available {free} of {total}",
},
"memory": {
"interval": 10,
"format": " {percentage}%",
"max-length": 10,
"tooltip": true,
"tooltip-format": "RAM - {used:0.1f}GiB used",
},
"network": {
"format-wifi": " {icon}",
"format-ethernet": "  ",
"format-disconnected": "󰌙",
"format-icons": [
"󰤯 ",
"󰤟 ",
"󰤢 ",
"󰤢 ",
"󰤨 "
],
},
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 28,
"spacing": 3,
"on-click-middle": "close",
"tooltip-format": "{title}",
"on-click": "activate",
"ignore-list": [],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition",
},
"rewrite": {
"Firefox Web Browser": "Firefox",
"Foot Server": "Terminal",
},
},
"temperature": {
"hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
"input-filename": "temp2_input",
"critical-threshold": 75,
"tooltip": false,
"format-critical": "({temperatureC}°C)",
"format": "({temperatureC}°C)",
},
"hyprland/workspaces": {
"on-click": "activate",
"icon-size": 32,
"spacing": 16,
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
},
// "hyprland/workspaces": {
// "icon-size": 32,
// "spacing": 16,
// "on-scroll-up": "hyprctl dispatch workspace r+1",
// "on-scroll-down": "hyprctl dispatch workspace r-1",
// },
// ROMAN Numerals style
"hyprland/workspaces#roman": {
"active-only":false,
"all-outputs": true,
"format": "{icon}",
"show-special": false,
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent-workspaces":{
"1": [],
"2": [],
"3": [],
},
"format-icons": {
"1": "I",
"2": "II",
"3": "III",
"4": "IV",
"5": "V",
"6": "VI",
"7": "VII",
"8": "VIII",
"9": "IX",
"10": "X",
},
},
"custom/polycat": {
"execr": "/home/wayne/bin/polycat.sh",
"interval": 2,
"return-type": "json",
"on-click": "polycat --config-path /home/wayne/.config/polycat-config.json",
"format": "{}",
"format-icons": [
"",
"",
"",
"",
"",
]
}
}