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