45 lines
No EOL
1 KiB
JSON
45 lines
No EOL
1 KiB
JSON
{
|
|
"custom/keyboard": {
|
|
"icon": "\udb80\udf0c",
|
|
"tooltip": "Przełącz klawiaturę.",
|
|
"actions": {
|
|
"onLeftClick": "$HOME/.config/hypr/scripts/keyboard.sh"
|
|
}
|
|
},
|
|
"custom/menu": {
|
|
"icon": "\udb83\ude6f",
|
|
"tooltip": "Menu główne.",
|
|
"actions": {
|
|
"onLeftClick": "$HOME/.config/hypr/scripts/toggle_hyprshell.sh -k"
|
|
}
|
|
},
|
|
"custom/rotate": {
|
|
"icon": "\udb82\udc86",
|
|
"tooltip": "Obróć ekran.",
|
|
"actions": {
|
|
"onLeftClick": "$HOME/.config/hypr/scripts/rotate.sh"
|
|
}
|
|
},
|
|
"custom/clipboard": {
|
|
"icon": "\ued7b",
|
|
"tooltip": "Schowek",
|
|
"actions": {
|
|
"onLeftClick": "vicinae vicinae://extensions/vicinae/clipboard/history"
|
|
}
|
|
},
|
|
"custom/screenshot": {
|
|
"icon": "\uf030",
|
|
"tooltip": "Screenshot",
|
|
"actions": {
|
|
"onLeftClick": "$HOME/.config/hypr/scripts/screenshot.sh --button",
|
|
"onRightClick": "$HOME/.config/hypr/scripts/screenshot.sh --button --full"
|
|
}
|
|
},
|
|
"custom/desktop": {
|
|
"icon": "\uebf6",
|
|
"tooltip": "Pokaż pulpit",
|
|
"actions": {
|
|
"onLeftClick": "$HOME/.config/hypr/scripts/hide.sh"
|
|
}
|
|
}
|
|
} |