feat(waybar): better wifi icons
This commit is contained in:
parent
252fc13163
commit
9c5fd486a5
3 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue