Revert waybar icon changes now that I've patched my custom Iosevka

This commit is contained in:
Evie Litherland-Smith 2024-03-02 15:32:31 +00:00
parent 56658af63c
commit 660ce62269

View file

@ -36,17 +36,30 @@
"hyprland/window" = { "hyprland/window" = {
"format" = "{title}"; "format" = "{title}";
"rewrite" = { "rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(Alacritty.*)" = " $1"; "(Alacritty.*)" = " $1";
"(btm)" = "Resource Usage [$1]"; "(.*) - mpv" = "󰦟 $1";
"(cava)" = "Music Visualiser [$1]"; "(btm)" = " Resource Usage [$1]";
"(cava)" = "󰝚 Music Visualiser [$1]";
"(.*) - Thunar" = "󰝰 $1";
"Nyxt - (.*)" = "󰀹 $1";
"Mozilla Firefox" = "󰈹 $1";
"(.*) Mozilla Firefox" = "󰈹 $1";
"((?:.*)WebCord.*)" = "󰙯 $1";
"(Signal.*)" = "󰭹 $1";
"(WhatsApp for Linux.*)" = "󰖣 $1";
"([Ss]team)" = "󰓓 $1";
"(Prism Launcher.*)" = "󰍳 Minecraft ($1)";
"Microsoft Teams(?: classic)?(?: - )?(.*)(?: \| Microsoft Teams)?" = "󰊻 $1";
}; };
"separate-outputs" = true; "separate-outputs" = true;
}; };
"hyprland/workspaces" = { "hyprland/workspaces" = {
format = "{icon}"; format = "{icon}";
format-icons = { format-icons = {
default = " "; default = "󰋙 ";
active = " "; active = "󰫈 ";
urgent = "󰁡 ";
}; };
show-special = false; show-special = false;
persistent-workspaces = { persistent-workspaces = {
@ -62,50 +75,77 @@
}; };
}; };
mpris = { mpris = {
"format" = " {player}"; "format" = "> {player_icon} {player}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}"; "tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1; "interval" = 1;
"dynamic-order" = ["album" "artist" "title" "position" "length"]; "dynamic-order" = ["album" "artist" "title" "position" "length"];
"player-icons" = {
"default" = "󰲸 ";
"emms" = " ";
"firefox" = "󰈹 ";
"mpv" = "󰦟 ";
};
"status-icons" = { "status-icons" = {
"playing" = " "; "playing" = "󰐊";
"paused" = " "; "paused" = "󰏤";
"stopped" = " "; "stopped" = "󰓛";
}; };
"ignored-players" = []; "ignored-players" = [];
}; };
pulseaudio = { pulseaudio = {
scroll-step = 5; scroll-step = 5;
format = "{format_source} {icon} {volume}%"; format = "{format_source} {icon} {volume}%";
format-muted = "{format_source} "; format-muted = "{format_source} 󰝟 ";
format-source = " "; format-source = "󰍬";
format-source-muted = " "; format-source-muted = "󰍭";
format-icons = { format-icons = {
car = " "; car = "󰄍";
default = [" " " " " "]; default = ["󰕿" "󰖀" "󰕾"];
hands-free = " "; hands-free = "󰥰";
headset = " "; headset = "󰋎";
phone = " "; phone = "󰏲";
portable = " "; portable = "󰏳";
headphone = " "; headphone = "󰋋";
}; };
on-click = "${pkgs.pavucontrol}/bin/pavucontrol"; on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
on-click-right = "${pkgs.pamixer}/bin/pamixer -t"; on-click-right = "${pkgs.pamixer}/bin/pamixer -t";
on-scroll-up = "${pkgs.pamixer}/bin/pamixer -i 5"; on-scroll-up = "${pkgs.pamixer}/bin/pamixer -i 5";
on-scroll-down = "${pkgs.pamixer}/bin/pamixer -d 5"; on-scroll-down = "${pkgs.pamixer}/bin/pamixer -d 5";
}; };
disk = {
format = "󰋊 {percentage_used}%";
path = config.home.homeDirectory;
};
cpu = {
format = "󰻠 {usage}%";
tooltip = false;
};
memory = {format = "󰍛 {}%";};
temperature = {
critical-threshold = 80;
format = "{icon} {temperatureC}°C";
format-icons = ["󱃃" "󰔏" "󱃂"];
};
network = { network = {
format-wifi = " "; format-icons = ["󰤟 " "󰤢 " "󰤥 " "󰤨 "];
format-ethernet = " "; format-wifi = "{icon}";
format-ethernet = "󰈁 ";
tooltip-format = "{essid} ({signalStrength}%)"; tooltip-format = "{essid} ({signalStrength}%)";
format-linked = "󰈂 ";
format-disconnected = "󰈂 ";
}; };
bluetooth = { bluetooth = {
format = " "; format = "󰂯 ";
format-disabled = "󰂲 ";
format-off = "󰂲 ";
format-on = "󰂯 ";
format-connected = "󰂱 ";
tooltip-format = "{status} | {device_alias}"; tooltip-format = "{status} | {device_alias}";
on-click = "${pkgs.bluez}/bin/bluetoothctl power on"; on-click = "${pkgs.bluez}/bin/bluetoothctl power on";
on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off"; on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off";
}; };
"clock#calendar" = { "clock#calendar" = {
format = "{: %Y-%m-%d}"; format = "{:󰃭 %Y-%m-%d}";
tooltip-format = "<tt><small>{calendar}</small></tt>"; tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = { calendar = {
mode = "month"; mode = "month";
@ -127,7 +167,7 @@
on-scroll-down = "shift_down"; on-scroll-down = "shift_down";
}; };
}; };
clock = {format = "{: %R}";}; clock = {format = "{:󰥔 %R}";};
backlight = { backlight = {
format = "{icon}"; format = "{icon}";
tooltip-format = "{percent}%"; tooltip-format = "{percent}%";
@ -139,25 +179,25 @@
critical = 20; critical = 20;
}; };
format = "{icon}"; format = "{icon}";
format-charging = " "; format-charging = "󰂄 ";
format-plugged = " "; format-plugged = "󰚥 ";
tooltip-format = "{capacity}% {time}"; tooltip-format = "{capacity}% {time}";
format-icons = [" " " " " " " " " "]; format-icons = ["󱃍 " "󰁺 " "󰁻 " "󰁼 " "󰁽 " "󰁾 " "󰁿 " "󰂀 " "󰂁 " "󰂂 " "󰁹 "];
}; };
"custom/notification" = let "custom/notification" = let
swaync = pkgs.swaynotificationcenter; swaync = pkgs.swaynotificationcenter;
in { in {
"tooltip" = false; "tooltip" = false;
"format" = "{icon} {}"; "format" = "{icon}{}";
"format-icons" = { "format-icons" = {
"notification" = " "; "notification" = "󱅫 ";
"none" = " "; "none" = "󰂚 ";
"dnd-notification" = " "; "dnd-notification" = "󰅸 ";
"dnd-none" = " "; "dnd-none" = "󰂜 ";
"inhibited-notification" = " "; "inhibited-notification" = "󰅸 ";
"inhibited-none" = " "; "inhibited-none" = "󰂜 ";
"dnd-inhibited-notification" = " "; "dnd-inhibited-notification" = "󰅸 ";
"dnd-inhibited-none" = " "; "dnd-inhibited-none" = "󰂜 ";
}; };
"return-type" = "json"; "return-type" = "json";
"exec-if" = "which ${swaync}/bin/swaync-client"; "exec-if" = "which ${swaync}/bin/swaync-client";