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,