feat(waybar): better wifi icons

This commit is contained in:
Barrett Ruth 2026-02-14 16:39:31 -05:00
parent 252fc13163
commit 9c5fd486a5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 9 additions and 10 deletions

View file

@ -2,7 +2,7 @@ include=~/.config/fuzzel/themes/theme.ini
[main] [main]
font=SF Pro Display:size=12,Symbols Nerd Font:size=12 font=SF Pro Display:size=12,Symbols Nerd Font:size=12
prompt=" " prompt="> "
width=50 width=50
lines=10 lines=10
horizontal-pad=24 horizontal-pad=24

View file

@ -72,7 +72,7 @@ bindul = , XF86AudioMute, exec, hypr volume toggle
bindul = , XF86MonBrightnessUp, exec, hypr brightness up bindul = , XF86MonBrightnessUp, exec, hypr brightness up
bindul = , XF86MonBrightnessDown, exec, hypr brightness down bindul = , XF86MonBrightnessDown, exec, hypr brightness down
bind = ALT, SPACE, exec, fuzzel bind = ALT, SPACE, exec, fuzzel --list-executables-in-path
bind = ALT, TAB, workspace, previous bind = ALT, TAB, workspace, previous
bind = ALT, A, cyclenext bind = ALT, A, cyclenext
bind = ALT, B, exec, pkill -USR1 waybar || waybar bind = ALT, B, exec, pkill -USR1 waybar || waybar
@ -95,7 +95,7 @@ bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL
bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland
bind = ALT SHIFT, F, togglefloating bind = ALT SHIFT, F, togglefloating
bind = ALT SHIFT, Q, exec, hypr exit bind = ALT SHIFT, Q, exec, hypr exit
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send -u low 'hyprland reloaded' bind = ALT SHIFT, R, exec, hyprctl reload && notify-send 'hyprland reloaded'
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek

View file

@ -123,7 +123,7 @@ in
pulseaudio = { pulseaudio = {
format = "{icon} {volume}%"; format = "{icon} {volume}%";
format-muted = "󰝟 muted"; format-muted = "󰖁 muted";
format-icons = { format-icons = {
default = [ default = [
"󰕿" "󰕿"
@ -139,11 +139,10 @@ in
}; };
network = { network = {
format-wifi = "{icon} {essid}"; format-wifi = "󰖩 {essid}";
format-ethernet = "󰈀 {ifname}"; format-ethernet = "󰈀 {ifname}";
format-disconnected = "󰤭 off"; format-disconnected = "󰖪 off";
format-disabled = "󰤭 off"; format-disabled = "󰖪 off";
format-icons = ["󰤟" "󰤢" "󰤥" "󰤨"];
interval = 10; interval = 10;
tooltip-format-wifi = "{signalStrength}% · {ipaddr}"; tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
tooltip-format-ethernet = "{ipaddr}/{cidr}"; tooltip-format-ethernet = "{ipaddr}/{cidr}";
@ -174,13 +173,13 @@ in
}; };
clock = { clock = {
format = "{:%a %d/%m/%Y %H:%M:%S}"; format = " {:%a %d/%m/%Y %H:%M:%S}";
interval = 1; interval = 1;
tooltip-format = "{:%A, %d %B %Y\nTimezone: %Z}"; tooltip-format = "{:%A, %d %B %Y\nTimezone: %Z}";
}; };
"custom/power" = { "custom/power" = {
format = ""; format = "󰐥";
tooltip = true; tooltip = true;
tooltip-format = "power menu"; tooltip-format = "power menu";
on-click = "ctl power"; on-click = "ctl power";