.files/.config/waybar/config

174 lines
3.8 KiB
Text
Raw Permalink Normal View History

2024-10-17 15:16:09 +00:00
[
{
2024-10-22 16:33:54 +00:00
"custom/workspaces": {
"exec": "sh $HOME/.config/waybar/scripts/workspaces",
"return-type": "json",
"format": "{}",
"markup": "pango",
"env": {
"NUMBER": "4",
"SYMBOLS": ";;;"
}
},
2024-10-17 15:16:09 +00:00
"battery": {
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-icons": [
"",
"",
"",
"",
""
],
"states": {
"critical": 15,
"warning": 30
}
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"bluetooth": {
"format": "On ",
"format-connected": "{device_alias} ",
"format-off": "Off ",
"on-click": "blueman-manager",
"on-click-right": "sh $HOME/.config/waybar/scripts/toggle_bluetooth"
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"clock": {
"calendar": {
"format": {
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"months": "<span color='#ffead3'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>{}</b></span>"
},
"mode": "year",
"mode-mon-col": 3
},
"format": "{:%R %b %d}",
"on-click": "thunderbird",
"timezone": "Europe/Brussels",
"tooltip-format": "<tt>{calendar}</tt>"
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"cpu":{
"format": "{}% "
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"custom/media": {
"escape": true,
"exec": "waybar-mpris --autofocus --order 'SYMBOL:ARTIST:TITLE'",
"on-click": "waybar-mpris --send toggle",
"return-type": "json"
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"custom/weather": {
"exec": "sh $HOME/.dotfiles/scripts/wittr.sh",
"format": "{}",
"interval": 900,
"return-type": "json",
"spacing": 10,
"tooltip": true
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"wlr/taskbar": {
"format": "{icon} {app_id}",
2024-10-17 17:41:08 +00:00
"icon-theme": "McMojave-circle-brown",
2024-10-17 15:16:09 +00:00
"active-first": true,
"tooltip-format": "{title} - {name}",
"rewrite": {
"Firefox Web Browser": "Firefox",
2024-11-01 10:46:32 +00:00
"kitty": "Terminal",
"Vesktop": "Discord"
2024-10-17 15:16:09 +00:00
},
"on-click": "minimize-raise",
"app_ids-mapping": {
"kitty": "terminal",
2024-11-01 10:46:32 +00:00
"org.kde.dolphin": "dolphin",
"vesktop": "discord",
"org.qbittorrent.qBittorrent": "qBittorrent",
"org.telegram.desktop": "telegram",
"Slack": "slack",
"org.nicotine_plus.Nicotine": "nicotine+"
2024-10-17 15:16:09 +00:00
},
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"layer": "bottom",
2024-10-22 16:33:54 +00:00
"height": "28",
2024-10-17 15:16:09 +00:00
"margin": "5",
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"modules-center": [
2024-10-22 16:33:54 +00:00
"custom/workspaces",
2024-10-17 15:16:09 +00:00
],
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"modules-left": [
"wlr/taskbar"
],
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"modules-right": [
"network",
"bluetooth",
"battery",
"pulseaudio",
"clock",
"tray"
],
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"network": {
"format-disabled": "Off 睊",
"format-disconnected": "Disconnected 睊",
2024-10-22 16:33:54 +00:00
"format-wifi": "[{signalStrength}%] 直",
2024-10-17 15:16:09 +00:00
"on-click": "kitty -e nmtui",
"on-click-right": "$HOME/.config/waybar/scripts/toggle_wifi",
2024-10-22 16:33:54 +00:00
"tooltip-format": "{ipaddr} @ {essid}"
2024-10-17 15:16:09 +00:00
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"output": [
"HDMI-A-1",
"DP-1",
"eDP-1"
],
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"position": "top",
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon} ",
"format-icons": [
"奔",
"墳"
],
"format-muted": "婢",
"on-click": "amixer sset Master toggle",
2024-10-22 16:33:54 +00:00
"on-click-right": "kitty -e pulsemixer",
2024-10-17 15:16:09 +00:00
"scroll-step": 1
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"reload_style_on_change": true,
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"spacing": 0,
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"temperature": {
"critical-threshold": 90,
"format": "{temperatureC}°C {icon}",
"format-critical": "{temperatureC}°C ",
"format-icons": [
"",
"",
"",
""
]
},
2024-10-22 16:33:54 +00:00
2024-10-17 15:16:09 +00:00
"tray": {
"icon-size": 18,
"show-passive-items": true,
"spacing": 10
}
}
]