Add clipboard, idle timeouts, night light, bluetooth, and waybar improvements

- Add cliphist clipboard manager with wofi picker (Mod+Shift+C)
- Add wl-paste watch for clipboard history
- Add swayidle idle timeouts: blank at 5min, lock at 10min
- Add blueman-applet autostart (bluetooth tray)
- Add wlsunset night light for Vancouver (49.2N, 123.1W)
- Add clipboard-picker script and symlink in install.sh
- Waybar: add battery charging format, warning/critical states, tray config
- Waybar CSS: add warning (yellow) and critical (red) battery colors
This commit is contained in:
funman300
2026-04-22 16:14:30 -07:00
parent 50a189f08e
commit c6f96bcac8
5 changed files with 30 additions and 2 deletions
+8
View File
@@ -20,3 +20,11 @@ window#waybar {
#clock, #battery, #network, #pulseaudio {
padding: 0 12px;
}
#battery.warning {
color: #f0c674;
}
#battery.critical {
color: #cc6666;
}