108 lines
2.7 KiB
Text
108 lines
2.7 KiB
Text
{
|
|
"spacing": 4,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"hyprland/workspaces",
|
|
"hyprland/window"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"custom/date",
|
|
"wireplumber",
|
|
"network",
|
|
"hyprland/language",
|
|
"custom/notifications",
|
|
"custom/power"
|
|
],
|
|
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"all-outputs": true,
|
|
"warp-on-scroll": false,
|
|
"format": "{name}",
|
|
"format-icons": {
|
|
"urgent": "",
|
|
"active": "",
|
|
"default": ""
|
|
}
|
|
},
|
|
|
|
"custom/menu": {
|
|
"format": " ",
|
|
"tooltip": false,
|
|
"on-click": "$HOME/.config/hypr/scripts/launch-menu.sh"
|
|
},
|
|
|
|
"hyprland/language": {
|
|
"format": "<big></big> {long}",
|
|
"format-us": "US",
|
|
"format-se": "SE",
|
|
"format-kr": "KR",
|
|
"keyboard-name": "typematrix.com-usb-keyboard",
|
|
"on-click": "hyprctl switchxkblayout all next"
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"on-click": "gnome-clocks"
|
|
},
|
|
|
|
"wireplumber": {
|
|
"format": " {volume}% · {node_name}",
|
|
"format-muted": "",
|
|
"scroll-step": 5,
|
|
"reverse-mouse-scrolling": true,
|
|
"on-click": "$HOME/.config/tofi/select_audio.py"
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " {essid}",
|
|
"format-ethernet": " Wired",
|
|
"on-click": "kitty -e nmtui"
|
|
},
|
|
|
|
"custom/date": {
|
|
"format": "{}",
|
|
"exec": "date +\"<big></big> %A %Y-%m-%d\"",
|
|
"on-click": "gnome-calendar",
|
|
"interval": 60
|
|
},
|
|
|
|
"custom/notifications2": {
|
|
"format": " ",
|
|
"on-click": "swaync-client -t",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/notifications": {
|
|
"tooltip": false,
|
|
"format": "{} {icon}",
|
|
"format-icons": {
|
|
"notification": "",
|
|
"none": "",
|
|
"dnd-notification": " ",
|
|
"dnd-none": "",
|
|
"inhibited-notification": " ",
|
|
"inhibited-none": "",
|
|
"dnd-inhibited-notification": " ",
|
|
"dnd-inhibited-none": " ",
|
|
},
|
|
"return-type": "json",
|
|
"exec-if": "which swaync-client",
|
|
"exec": "swaync-client -swb",
|
|
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
|
"on-click-right": "sleep 0.1 && swaync-client -d -sw",
|
|
"escape": true
|
|
},
|
|
|
|
"custom/power": {
|
|
"format": " ⏻ ",
|
|
"tooltip": false,
|
|
"on-click": "wlogout --protocol layer-shell"
|
|
}
|
|
}
|
|
|