fix: waybar icons
This commit is contained in:
parent
76692f1924
commit
e92581f2b2
@ -47,13 +47,13 @@ in
|
|||||||
device = "intel_backlight";
|
device = "intel_backlight";
|
||||||
format = "{percent}% {icon}";
|
format = "{percent}% {icon}";
|
||||||
format-icons = [
|
format-icons = [
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
];
|
];
|
||||||
# min-length = 7;
|
# min-length = 7;
|
||||||
};
|
};
|
||||||
@ -99,11 +99,11 @@ in
|
|||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
interval = 4;
|
interval = 4;
|
||||||
format = "<span color=\"#7aa2f7\"> </span>{usage}%";
|
format = "<span color=\"#7aa2f7\"> </span>{usage}%";
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
interval = 60;
|
interval = 60;
|
||||||
format = "<span color=\"#7aa2f7\"> </span>{free}";
|
format = "<span color=\"#7aa2f7\"> </span>{free}";
|
||||||
path = "/home";
|
path = "/home";
|
||||||
};
|
};
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
@ -114,20 +114,22 @@ in
|
|||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"10" = "0";
|
"10" = "";
|
||||||
"Messengers" = "Msg";
|
"Email" = "";
|
||||||
"Music" = "Mus";
|
"Messengers" = "";
|
||||||
|
"Music" = "";
|
||||||
|
"Steam" = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
memory = {
|
memory = {
|
||||||
format = "<span color=\"#7aa2f7\"> </span>{used}GiB";
|
format = "<span color=\"#7aa2f7\"> </span>{used}GiB";
|
||||||
interval = 4;
|
interval = 4;
|
||||||
};
|
};
|
||||||
temperature = {
|
temperature = {
|
||||||
# "hwmon-path" = "/sys/class/hwmon/hwmon0/temp1_input";
|
# "hwmon-path" = "/sys/class/hwmon/hwmon0/temp1_input";
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = "<span color=\"#7aa2f7\">\uf4f5 </span>{temperatureC}°C";
|
format = "<span color=\"#7aa2f7\"> </span>{temperatureC}°C";
|
||||||
format-critical = "<span color=\"#f7768e\"> </span>{temperatureC}°C";
|
format-critical = "<span color=\"#f7768e\"> </span>{temperatureC}°C";
|
||||||
interval = 4;
|
interval = 4;
|
||||||
};
|
};
|
||||||
tray = {
|
tray = {
|
||||||
@ -137,13 +139,13 @@ in
|
|||||||
wireplumber = {
|
wireplumber = {
|
||||||
scroll-step = 5;
|
scroll-step = 5;
|
||||||
format = "<span color=\"#7aa2f7\">{icon} </span>{volume}%";
|
format = "<span color=\"#7aa2f7\">{icon} </span>{volume}%";
|
||||||
format-muted = "<span color=\"#f7768e\">\ueee8 </span>Muted";
|
format-muted = "<span color=\"#f7768e\"> </span>Muted";
|
||||||
format-bluetooth = "<span color=\"#7aa2f7\">\uf282 </span>{volume}%";
|
format-bluetooth = "<span color=\"#7aa2f7\"> </span>{volume}%";
|
||||||
on-click-right = "blueman-manager";
|
on-click-right = "blueman-manager";
|
||||||
format-icons = [
|
format-icons = [
|
||||||
"\uf026 "
|
""
|
||||||
"\uf027 "
|
""
|
||||||
"\uf028 "
|
""
|
||||||
];
|
];
|
||||||
on-click = "pavucontrol";
|
on-click = "pavucontrol";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user