diff options
| author | 2026-05-13 13:43:31 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:31 +0100 | |
| commit | 155fcfa0447a89abeadf3f35d66b8a4aa3585a17 (patch) | |
| tree | e8cf4019c192c8176979485047c154bc8de01e16 /dot_config/waybar | |
| parent | 79de974d7a658d2a8f3e27f5af10e7d918c5de44 (diff) | |
| download | dotfiles-155fcfa0447a89abeadf3f35d66b8a4aa3585a17.tar.gz dotfiles-155fcfa0447a89abeadf3f35d66b8a4aa3585a17.tar.bz2 dotfiles-155fcfa0447a89abeadf3f35d66b8a4aa3585a17.zip | |
style(waybar): swap dock glyph to anchor (nf-md-anchor)
Pun on "ship docked at port" — and just looks better than the dock_window
glyph at small sizes.
Diffstat (limited to 'dot_config/waybar')
| -rw-r--r-- | dot_config/waybar/executable_dock-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/waybar/executable_dock-status.sh b/dot_config/waybar/executable_dock-status.sh index 501bb7d..73d513b 100644 --- a/dot_config/waybar/executable_dock-status.sh +++ b/dot_config/waybar/executable_dock-status.sh @@ -21,7 +21,7 @@ for dev in /sys/bus/usb/devices/*/; do done if [ "$docked" -eq 1 ]; then - printf '{"text":"","tooltip":"Docked: ThinkPad USB-C Dock Gen2","class":"docked","alt":"docked"}\n' + printf '{"text":"","tooltip":"Docked: ThinkPad USB-C Dock Gen2","class":"docked","alt":"docked"}\n' else printf '{"text":"","tooltip":"Undocked","class":"undocked","alt":"undocked"}\n' fi |
