You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

152 lines
3.8 KiB

// -*- mode: jsonc -*-
{
"layer": "top",
"mode": "dock",
"position": "top", // (top|bottom|left|right)
"height": 40, // (to be removed for auto height)
"width": "auto",
"spacing": 3, // Gaps between modules
"margin": 0,
"fixed-center": true,
"reload_style_on_change": true,
"modules-left": [
"hyprland/workspaces",
"hyprland/submap",
],
"modules-center": [
"clock"
],
"modules-right": [
"custom/weather",
"pulseaudio",
"temperature",
"network",
"backlight",
"battery",
"tray"
],
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{icon} {name}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"tray": {
"icon-size": 24,
"show-passive-items": true,
"spacing": 10
},
"clock": {
"interval": 1,
"format": "{:%A %d. %b %T}",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"format": {
"today": "<span color='#ff5555'><b><u>{}</u></b></span>"
}
}
},
"temperature": {
"interval": 1000,
"critical-threshold": 80,
"format": "{temperatureC}°C"
},
"backlight": {
"format": "{icon}",
"tooltip-format": "{icon} {percent}",
"format-icons": [
"󰌶",
"󱩎",
"󱩏",
"󱩐",
"󱩑",
"󱩒",
"󱩓",
"󱩔",
"󱩕",
"󱩖",
"󰛨"
]
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon}",
"format-full": "{icon}",
"format-charging": "{icon} ",
"format-plugged": "{icon} ",
"format-alt": "{icon}",
"format-icons": [
"",
"",
"",
"",
""
]
},
"power-profiles-daemon": {
"format": "{icon}",
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
"tooltip": true,
"format-icons": {
"default": "",
"performance": "",
"balanced": "",
"power-saver": ""
}
},
"network": {
"interval": 1000,
"format-wifi": "{icon}",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{essid}\n{ifname} via {gwaddr}\n{ipaddr}/{cidr}",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "󰤭",
"format-alt": "{essid}",
"format-icons": [
"󰤯",
"󰤟",
"󰤢",
"󰤥",
"󰤨"
]
},
"pulseaudio": {
"format": "{icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "",
"format-source-muted": " ",
"format-bluetooth": "{icon} {format_source}",
"format-bluetooth-muted": "{icon} {format_source}",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "󰋎",
"phone": " ",
"portable": " ",
"car": "",
"default": [
"",
"",
""
]
},
"tooltip-format": "{icon} {volume}%\n{format_source}",
"ignored-sinks": [
"Easy Effects Sink"
]
},
"custom/weather": {
"format": "{}°C",
"tooltip": true,
"interval": 3600,
"exec": "wttrbar --date-format \"%d.%m.%Y\" -l de",
"return-type": "json"
}
}