dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Add better symbols for wifi and volume in waybar

Juan Nunez-Iglesias (Jul 5, 2026, 3:48 PM +0200) 7fe39428 b9a800be

+3 -3
+3 -3
waybar/config
··· 43 43 44 44 // i3status: wireless/ethernet _first_ 45 45 "network": { 46 - "format-wifi": "W: {essid} {ipaddr}", 46 + "format-wifi": "🛜 {essid} {ipaddr}", 47 47 "format-ethernet": "E: {ipaddr}", 48 48 "format-disconnected": "down", 49 49 "tooltip-format": "{ifname}: {ipaddr}/{cidr}", ··· 58 58 59 59 // i3status: volume master -- now via PipeWire/PulseAudio. 60 60 "pulseaudio": { 61 - "format": "♪: {volume}%", 62 - "format-muted": "♪: X", 61 + "format": "🔊 {volume}%", 62 + "format-muted": "🔇 X", 63 63 "scroll-step": 5, 64 64 "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", 65 65 "tooltip-format": "{desc}: {volume}%"