dotfiles/waybar/config.jsonc
Freyja Wildes 0d5c04994a [waybar] New more simple style
All modules have the same light orange color on dark background. Font
size increased for better reading
2025-03-26 14:37:47 +01:00

59 lines
1.4 KiB
JSON

{
"layer": "top",
"position": "top",
"height": 30,
"mode": "dock",
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right": ["wireplumber", "backlight", "sway/language", "temperature", "cpu", "memory", "battery", "tray"],
"temperature":
{
"format": " {temperatureC}󰔄",
"format-critical": " {temperatureC}󰔄 ",
"critical-threshold": 70
},
"tray":
{
"spacing": 5,
"icon-size": 25
},
"cpu":
{
"format": " {usage} 󱉸"
},
"memory":
{
"format" : " {percentage} 󱉸"
},
"battery":
{
"format": "{icon} {capacity} 󱉸",
"format-icons": ["󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂"],
"states": {
"critical": 15,
"warning": 30
}
},
"wireplumber":
{
"format": " {volume} 󱉸",
"format-muted": "󰝟",
"max-volume": 100,
"on-click": ""
},
"backlight":
{
"format": "{icon} {percent} 󱉸",
"format-icons": ["󱩎", "󱩏", "󱩐", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󱩖"]
},
"sway/language":
{
"format": "{flag} {short}({variant})"
},
"clock":
{
"format": "{:L%A %d %B %Y | %H:%M} 󰥔",
"locale": "fr_FR.utf8"
}
}