Skip to content

Instantly share code, notes, and snippets.

@jericjan
Last active April 25, 2026 08:18
Show Gist options
  • Select an option

  • Save jericjan/0ee12c26a10a679622975eaa2967b471 to your computer and use it in GitHub Desktop.

Select an option

Save jericjan/0ee12c26a10a679622975eaa2967b471 to your computer and use it in GitHub Desktop.
HyDE Project - waybar edited config
{
"layer": "top",
"output": [
"HDMI-A-1"
],
"height": 10,
"exclusive": true,
"passthrough": false,
"reload_style_on_change": true,
"include": [
"$XDG_CONFIG_HOME/waybar/modules/*json*",
"$XDG_CONFIG_HOME/waybar/includes/includes.json"
],
"modules-left": [
"group/pill#left1",
"group/pill#left2"
],
"group/pill#left1": {
"orientation": "inherit",
"modules": [
"hyprland/workspaces",
"hyprland/window"
]
},
"group/pill#left2": {
"orientation": "inherit",
"drawer": {
"transition-duration": 500
},
"modules": [
"disk",
"cpu",
"memory",
"custom/cpuinfo",
"custom/gpuinfo"
]
},
"disk": {
"format": "{free} space free"
},
"modules-center": [
"group/pill#center"
],
"group/pill#center": {
"orientation": "inherit",
"modules": [
"custom/cava",
"clock",
"custom/gamemode",
"custom/weather"
]
},
"clock": {
"format": "{0:%I:%M %p} - {0:%A}",
"format-alt": "Day {0:%j} - {0:%A, %B %d, %Y (%R)} � "
},
"modules-right": [
"group/pill#right"
],
"group/pill#right": {
"orientation": "inherit",
"modules": [
"mpd",
"backlight",
"pulseaudio",
"pulseaudio#microphone",
"tray",
"battery",
"custom/keybindhint",
"custom/cliphist",
"custom/hyprsunset",
"custom/hyde-menu",
"custom/power"
]
},
"mpd": {
"max-length": 80,
"format": "{artist} - {title} ",
"format-disconnected": "",
"format-stopped": "",
"interval": 10,
"consume-icons": {
"on": "� "
},
"random-icons": {
"off": "t ",
"on": "t "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "L",
"playing": "K"
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
}
}
@jericjan
Copy link
Copy Markdown
Author

also weather settings are in .local/state/hyde/staterc

WEATHER_TEMPERATURE_UNIT="c"
WEATHER_SHOW_LOCATION="no"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment