mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 12:16:10 -05:00
137 lines
4.5 KiB
Text
137 lines
4.5 KiB
Text
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 30,
|
|
|
|
"modules-left": ["hyprland/workspaces", "hyprland/submap"],
|
|
"modules-center": ["hyprland/window"],
|
|
"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
|
"hyprland/submap": {
|
|
"format": " {}"
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{id}",
|
|
"all-outputs": false,
|
|
"disable-scroll": true
|
|
},
|
|
"hyprland/window": {
|
|
"max-length": 80,
|
|
"tooltip": false,
|
|
"separate-outputs": true
|
|
},
|
|
"clock": {
|
|
"format": "{:%a %d %b %H:%M}",
|
|
"tooltip": false
|
|
},
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-alt": "{time} {icon}",
|
|
"format-icons": ["", "", "", "", ""],
|
|
"format-charging": "{capacity}% ",
|
|
"interval": 30,
|
|
"states": {
|
|
"warning": 25,
|
|
"critical": 10
|
|
},
|
|
"tooltip": false,
|
|
"bat":"BAT1"
|
|
},
|
|
"bluetooth": {
|
|
"format": "",
|
|
"format-disabled": "",
|
|
"format-connected": "",
|
|
"format-connected-battery": " {device_battery_percentage}%",
|
|
"on-click": "blueman-manager",
|
|
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
|
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
|
|
},
|
|
"network": {
|
|
"format-alt": "{ipaddr}/{cidr} {icon} {bandwidthTotalBytes}",
|
|
"format": "{ipaddr}/{cidr} {icon}",
|
|
"format-alt-click": "click-right",
|
|
"format-icons": {
|
|
"wifi": ["", "" ,"", ""],
|
|
"ethernet": [""],
|
|
"disconnected": [""]
|
|
},
|
|
"on-click": "foot -t alacritty doas nmtui",
|
|
"tooltip": false
|
|
},
|
|
"pulseaudio": {
|
|
"format-alt": "{icon}",
|
|
"format": "{volume} {icon}",
|
|
"format-alt-click": "click-right",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"phone": [" ", " ", " ", " "],
|
|
"default": ["", "", "", ""]
|
|
},
|
|
"scroll-step": 1,
|
|
"on-click": "pavucontrol",
|
|
"tooltip": false
|
|
},
|
|
"custom/spotify": {
|
|
"interval": 2,
|
|
"return-type": "json",
|
|
"exec": "~/.config/waybar/modules/spotify.sh",
|
|
"exec-if": "~/.config/waybar/modules/check-for-music.sh",
|
|
"escape": true,
|
|
"on-click": "playerctl play-pause"
|
|
},
|
|
"custom/storage": {
|
|
"format-alt": "{} ",
|
|
"format": "{percentage}% ",
|
|
"format-alt-click": "click-right",
|
|
"return-type": "json",
|
|
"interval": 60,
|
|
"exec": "~/.config/waybar/modules/storage.sh"
|
|
},
|
|
"backlight": {
|
|
"format-alt": "{icon}",
|
|
"format": "{percent}% {icon}",
|
|
"format-alt-click": "click-right",
|
|
"format-icons": ["", ""],
|
|
"on-scroll-down": "light -A 1",
|
|
"on-scroll-up": "light -U 1"
|
|
},
|
|
"custom/weather_OLD": {
|
|
"format-alt": "{}",
|
|
"format": "{alt}: {}",
|
|
"format-alt-click": "click-right",
|
|
"interval": 1800,
|
|
"return-type": "json",
|
|
"on-click": "foot -a ala-wttr -H curl https://v2.wttr.in",
|
|
"exec": "~/.config/waybar/modules/weather.sh",
|
|
"exec-if": "ping wttr.in -c1"
|
|
},
|
|
"custom/weather": {
|
|
"format": "{} °F",
|
|
"tooltip": true,
|
|
"interval": 3600,
|
|
"exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done",
|
|
"on-click": "foot -a ala-wttr -H curl https://v2.wttr.in",
|
|
"return-type": "json"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
},
|
|
"tooltip": false
|
|
},
|
|
"custom/mail": {
|
|
"format": "",
|
|
"format-alt": "{alt} ",
|
|
"format-alt-click": "click-right",
|
|
"interval": 60,
|
|
"return-type": "json",
|
|
"exec": "~/.config/waybar/modules/mail.py",
|
|
"tooltip": false
|
|
},
|
|
"tray": {
|
|
"icon-size": 18
|
|
}
|
|
}
|