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]
font=SF Pro Display:size=12,Symbols Nerd Font:size=12
prompt=" "
prompt="> "
width=50
lines=10
horizontal-pad=24

View file

@ -72,7 +72,7 @@ bindul = , XF86AudioMute, exec, hypr volume toggle
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
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, A, cyclenext
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, F, togglefloating
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, S, exec, hypr spawnfocus --ws 6 signal-desktop
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek

View file

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