- Phone-style drag-down panel for quick access to controls.
- Quick toggles for Wi-Fi, Bluetooth, Airplane mode, and DND.
- Media controls (play/pause, next/previous, metadata/art when available).
- Notification popups + history so alerts are visible but manageable.
- Power menu with lock, suspend, reboot, shutdown, and logout.
- Theme system with multiple bundled themes and runtime switching.
I was never a fan of the bar / docks solutions on Linux. Since my screen is small, I want to be able use as much of it as possible.
So that’s what I did: an invisible menu that I can pull down at any time (just like my phone) to access things more quickly.
If you think Dropdeck would be useful to you, go ahead and try it — any feedback is welcome.
yay -S dropdeck-gitThen start it with the systemd user service:
systemctl --user daemon-reload
systemctl --user enable --now dropdeck.service| Requirements | Used for |
|---|---|
nmcli |
Wi-Fi state + network listing/connection |
rfkill |
Airplane mode toggle |
brightnessctl |
Brightness read/write |
wpctl |
Volume read/write + mute |
playerctl |
Media controls + metadata |
bluetoothctl |
Bluetooth device list/connect |
loginctl |
Lock/logout actions |
systemctl |
Suspend/reboot/poweroff |
wlsunset or gammastep |
Night light toggle |
