diff options
| author | 2026-05-13 13:43:33 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:33 +0100 | |
| commit | 9b2756e4b8ffcce1a2d494cf32a99b971c5ae13f (patch) | |
| tree | bb6dbfa15df09e957fc423ac13037711d2c2e44a /dot_config/waybar/style.css | |
| parent | da1de8c64955f2ca5bb4891764e4b183f4250566 (diff) | |
| download | dotfiles-9b2756e4b8ffcce1a2d494cf32a99b971c5ae13f.tar.gz dotfiles-9b2756e4b8ffcce1a2d494cf32a99b971c5ae13f.tar.bz2 dotfiles-9b2756e4b8ffcce1a2d494cf32a99b971c5ae13f.zip | |
feat(sway,waybar): scratch nvim+ipython binds; bolder VPN visuals
VPN module:
- Pango markup colours the text directly so up/down is visually
unambiguous even without CSS classes (green shield up, dim
strikethrough down)
- .down also gets a faint red background tint for at-a-glance scan
Sway:
- Super+Shift+t -> floating ghostty with nvim editing a fresh
$XDG_RUNTIME_DIR/scratch-<epoch>.txt (auto-cleared on reboot via
tmpfs)
- Super+c -> floating ghostty with ipython (quick calculator /
python scratch)
KEYBINDS.md updated.
Diffstat (limited to 'dot_config/waybar/style.css')
| -rw-r--r-- | dot_config/waybar/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 86e546a..4866f11 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -34,6 +34,7 @@ window#waybar { #custom-vpn.down { color: #928374; + background-color: rgba(251, 73, 52, 0.15); } #mode { |
