From 9c5fd486a536aa00a091ec4dcd331dfd96880513 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 16:39:31 -0500 Subject: [PATCH] feat(waybar): better wifi icons --- config/fuzzel/fuzzel.ini | 2 +- config/hypr/hyprland.conf | 4 ++-- home/modules/ui.nix | 13 ++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/config/fuzzel/fuzzel.ini b/config/fuzzel/fuzzel.ini index 52678bc..3a6385f 100644 --- a/config/fuzzel/fuzzel.ini +++ b/config/fuzzel/fuzzel.ini @@ -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 diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index bdf6521..42d846d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -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 diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 1b7af1d..c2c5dfc 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -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";