Add Dropbox icon for task bar

This commit is contained in:
David Heinemeier Hansson
2025-06-23 12:30:06 -04:00
parent 4b44d55d4a
commit 1ec2d32db3
2 changed files with 11 additions and 0 deletions

View File

@ -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": "{}"
}
}

View File

@ -16,6 +16,7 @@
margin-right: 3px;
}
#custom-dropbox,
#cpu,
#power-profiles-daemon,
#battery,