mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Add Dropbox icon for task bar
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/dropbox",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
@ -111,5 +112,14 @@
|
||||
"balanced": "",
|
||||
"performance": ""
|
||||
}
|
||||
},
|
||||
"custom/dropbox": {
|
||||
"format": "",
|
||||
"on-click": "nautilus ~/Dropbox",
|
||||
"exec": "dropbox-cli status",
|
||||
"return-type": "text",
|
||||
"interval": 5,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{}"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user