citron — ditch your panel for some snazzy desktop notifications.
It is: - a non-intrusive alternative to panels. - on-demand, i.e. does not run in the background. - working across different distributions, window managers and desktop environments.
citron leverages the performance-tailored libmacchina crate to retrieve your system information, and makes use of the notify-rust crate to send you that data in the form of notifications.
Set a keybinding to one or all of citron's functionalities (see --help
),
and watch it do its magic 🪄
Here's what this would look like on sway:
bash
bindsym $mod+Alt+d exec citron -d -t 5 # Date
bindsym $mod+Alt+u exec citron -u -t 5 # Uptime
bindsym $mod+Alt+b exec citron -b -t 5 # Battery
bindsym $mod+Alt+m exec citron -m -t 5 # Memory
bindsym $mod+Alt+l exec citron -l -t 5 # Backlight
bindsym $mod+Alt+n exec citron -n -t 5 -i wlan0 # Network
It can notify you about your: - [x] Date - [x] Uptime - [x] Memory - [x] Network - [x] Battery - [x] Backlight
citron requires the following packages to display notifications:
cargo install citron
pkgin install citron