From 1ec2d32db369fd21ef6dee2a8f6e7cf9f6ec0900 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Jun 2025 12:30:06 -0400 Subject: [PATCH] Add Dropbox icon for task bar --- config/waybar/config | 10 ++++++++++ config/waybar/style.css | 1 + 2 files changed, 11 insertions(+) diff --git a/config/waybar/config b/config/waybar/config index 960132f..452d60b 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -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": "{}" } } diff --git a/config/waybar/style.css b/config/waybar/style.css index d4d2234..1cdbf6d 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -16,6 +16,7 @@ margin-right: 3px; } +#custom-dropbox, #cpu, #power-profiles-daemon, #battery,