Hyprland-dotfiles/waybar/config

225 lines
6.5 KiB
Plaintext
Raw Normal View History

2023-07-31 07:37:31 -04:00
{
"layer": "top", // Waybar at top layer
"height": 30, // Waybar height (to be removed for auto height)
"spacing": 4, // Gaps between modules (4px)
2023-08-21 04:46:13 -04:00
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
2023-08-20 11:34:53 -04:00
"modules-left": [
"custom/appmenu",
2023-08-21 04:46:13 -04:00
// "custom/brave",
2023-08-20 11:34:53 -04:00
"custom/outlook",
"custom/teams",
2023-08-21 04:46:13 -04:00
// "custom/calculator",
2023-08-20 11:34:53 -04:00
"custom/chatgpt",
"custom/lookingglass"
2023-08-21 04:46:13 -04:00
// "hyprland/window"
2023-08-20 11:34:53 -04:00
],
"modules-center": [
2023-08-21 04:46:13 -04:00
"wlr/workspaces",
2023-08-20 11:34:53 -04:00
],
"modules-right": [
2023-08-21 04:46:13 -04:00
// "hyprland/language",
2023-08-20 11:34:53 -04:00
"keyboard-state",
"pulseaudio",
2023-08-24 04:01:02 -04:00
"disk",
2023-08-20 11:34:53 -04:00
"cpu",
"memory",
"battery",
"clock",
"custom/exit",
"tray"
],
2023-08-20 05:46:46 -04:00
"wlr/workspaces" : {
2023-08-21 04:46:13 -04:00
"on-click": "activate",
"active-only": false,
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"urgent": "",
"active": "",
"default": "",
"sort-by-number": true
}
2023-08-20 05:46:46 -04:00
},
2023-08-28 07:33:53 -04:00
"custom/youtube": {
"format": "YT: {}",
"exec": "python ~/private/youtube.py",
"interval": "300",
"on-click": "brave https://studio.youtube.com"
},
2023-08-20 11:34:53 -04:00
"custom/outlook": {
"format": "",
"on-click": "brave --app=https://outlook.office.com/mail/"
},
"custom/teams": {
"format": "",
"on-click": "brave --app=https://teams.microsoft.com/go"
},
"custom/brave": {
"format": "",
"on-click": "brave"
},
"custom/chatgpt": {
"format": "",
"on-click": "brave --app=https://chat.openai.com"
},
"custom/calculator": {
"format": "",
"on-click": "~/dotfiles/scripts/calculator.sh"
},
"custom/lookingglass": {
"format": "",
"on-click": "~/dotfiles/scripts/looking-glass.sh"
},
2023-08-20 05:46:46 -04:00
"custom/appmenu": {
2023-08-21 04:46:13 -04:00
"format": " ",
2023-08-20 05:46:46 -04:00
"on-click": "~/dotfiles/scripts/applauncher.sh"
},
"custom/exit": {
"format": "",
"on-click": "~/dotfiles/scripts/powermenu-hypr.sh"
},
"custom/reload": {
"format": "Reload",
"on-click": "~/dotfiles/waybar/reload.sh"
},
"hyprland/language": {
"format": "{short}"
},
2023-07-31 07:37:31 -04:00
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
2023-08-20 05:46:46 -04:00
"format": " {usage}%",
2023-07-31 07:37:31 -04:00
"tooltip": false
},
"memory": {
2023-08-21 05:38:06 -04:00
"format": " {}%"
2023-07-31 07:37:31 -04:00
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
2023-08-24 04:01:02 -04:00
"disk": {
"interval": 30,
"format": " {percentage_used}%",
"path": "/"
},
2023-07-31 07:37:31 -04:00
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
2023-08-20 05:46:46 -04:00
"format": "{icon} {volume}%",
2023-07-31 07:37:31 -04:00
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
2023-08-23 03:15:25 -04:00
"default": ["", " ", " "]
2023-07-31 07:37:31 -04:00
},
"on-click": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}