c6f96bcac8
- 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
31 lines
391 B
CSS
31 lines
391 B
CSS
* {
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(29,31,33,0.9);
|
|
color: #c5c8c6;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 8px;
|
|
color: #707880;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #81a2be;
|
|
}
|
|
|
|
#clock, #battery, #network, #pulseaudio {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
#battery.warning {
|
|
color: #f0c674;
|
|
}
|
|
|
|
#battery.critical {
|
|
color: #cc6666;
|
|
}
|