revert: removing sherlock config

main
oxypomme 2025-07-06 12:02:06 +02:00
parent b152b31a36
commit 10dfc30f42
2 changed files with 0 additions and 119 deletions

View File

@ -1,13 +0,0 @@
[default_apps]
terminal="kitty"
browser="vivaldi"
[appearance]
width=800
height=600
opacity=0.97
status_bar=false
[behavior]
caching=true
daemonize=false

View File

@ -1,106 +0,0 @@
[
{
"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
}
]