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

View File

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