Personal dotfiles
0
fork

Configure Feed

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

update icons for latest nerd fonts spec

+14 -14
+14 -14
waybar/config
··· 83 83 "critical-threshold": 80, 84 84 // "format-critical": "{temperatureC}°C {icon}", 85 85 "format": "{temperatureC}°C {icon}", 86 - "format-icons": ["", "", ""] 86 + "format-icons": ["", "", ""] 87 87 }, 88 88 "backlight": { 89 89 // "device": "acpi_video1", ··· 97 97 "critical": 15 98 98 }, 99 99 "format": "{capacity}% {icon}", 100 - "format-charging": "{capacity}% ", 100 + "format-charging": "{capacity}% 󰂄", 101 101 "format-plugged": "{capacity}% ", 102 102 "format-alt": "{time} {icon}", 103 103 // "format-good": "", // An empty format will hide the module ··· 109 109 }, 110 110 "network": { 111 111 // "interface": "wlp2*", // (Optional) To force the use of this interface 112 - "format-wifi": "{essid} ({signalStrength}%) 直", 113 - "format-ethernet": "{ipaddr}/{cidr} ", 114 - "format-linked": "(No IP) ", 115 - "format-disconnected": "Disconnected 睊", 112 + "format-wifi": "{essid} ({signalStrength}%) 󰖩", 113 + "format-ethernet": "{ipaddr}/{cidr} 󰈀", 114 + "format-linked": "(No IP) 󰈀", 115 + "format-disconnected": "Disconnected 󰖪", 116 116 "format-alt": "{ifname}: {ipaddr}/{cidr}" 117 117 }, 118 118 "custom/launcher": { 119 - "format": "  ", 119 + "format": " 󰆍 ", 120 120 "on-click": "rofi -show drun -modi drun,window,ssh" 121 121 }, 122 122 "custom/repr": { ··· 131 131 "on-click-middle": "pavucontrol", 132 132 "on-click-right": "$HOME/.config/waybar/next-speaker", 133 133 "format-icons": { 134 - "headphone": "", 134 + "headphone": "󰋋", 135 135 "speaker": "🕨", 136 - "hdmi": "", 137 - "headset": "", 138 - "hands-free": "", 139 - "hifi": "﫛", 140 - "car": "", 136 + "hdmi": "󰍹", 137 + "headset": "󰋎", 138 + "hands-free": "󰋎", 139 + "hifi": "󰗜", 140 + "car": "󰄋", 141 141 "phone": "", 142 - "default": "" 142 + "default": "󰋋" 143 143 } 144 144 } 145 145 }