107 lines
2.6 KiB
JSON
107 lines
2.6 KiB
JSON
[
|
|
{
|
|
"name": "Weather",
|
|
"type": "weather",
|
|
"args": {
|
|
"location": "nancy, france",
|
|
"update_interval": 60
|
|
},
|
|
"priority": 1,
|
|
"home": true,
|
|
"only_home": true,
|
|
"async": true,
|
|
"shortcut": false,
|
|
"spawn_focus": false
|
|
},
|
|
{
|
|
"name": "Tidal",
|
|
"type": "audio_sink",
|
|
"args": {},
|
|
"async": true,
|
|
"priority": 1,
|
|
"home": true,
|
|
"only_home": true,
|
|
"spawn_focus": false,
|
|
"actions": [
|
|
{
|
|
"name": "Skip",
|
|
"icon": "media-seek-forward",
|
|
"exec": "playerctl next",
|
|
"method": "command"
|
|
},
|
|
{
|
|
"name": "Previous",
|
|
"icon": "media-seek-backward",
|
|
"exec": "playerctl previous",
|
|
"method": "command"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Spotify",
|
|
"type": "audio_sink",
|
|
"args": {},
|
|
"async": true,
|
|
"priority": 1,
|
|
"home": true,
|
|
"spawn_focus": false
|
|
},
|
|
{
|
|
"name": "Calculator",
|
|
"type": "calculation",
|
|
"alias": "=",
|
|
"args": {},
|
|
"priority": 1
|
|
},
|
|
{
|
|
"name": "App Launcher",
|
|
"alias": "app",
|
|
"type": "app_launcher",
|
|
"args": {},
|
|
"priority": 2,
|
|
"home": true
|
|
},
|
|
{
|
|
"name": "Power Management",
|
|
"alias": "!",
|
|
"type": "command",
|
|
"args": {
|
|
"commands": {
|
|
"Shutdown": {
|
|
"icon": "system-shutdown",
|
|
"exec": "systemctl poweroff",
|
|
"search_string": "Poweroff;Shutdown"
|
|
},
|
|
"Sleep": {
|
|
"icon": "system-suspend",
|
|
"exec": "systemctl suspend",
|
|
"search_string": "Sleep;"
|
|
},
|
|
"Reboot": {
|
|
"icon": "system-reboot",
|
|
"exec": "systemctl reboot",
|
|
"search_string": "reboot"
|
|
},
|
|
"Logout": {
|
|
"icon": "system-logout",
|
|
"exec": "uwsm exit",
|
|
"search_string": "logout"
|
|
}
|
|
}
|
|
},
|
|
"priority": 4
|
|
},
|
|
{
|
|
"name": "Web Search",
|
|
"display_name": "Startpage",
|
|
"tag_start": "{keyword}",
|
|
"alias": "?",
|
|
"type": "web_launcher",
|
|
"args": {
|
|
"search_engine": "startpage",
|
|
"icon": "google"
|
|
},
|
|
"priority": 100
|
|
}
|
|
]
|