change waybar config
This commit is contained in:
parent
83806d7724
commit
220c89bd32
|
@ -85,17 +85,17 @@
|
||||||
};
|
};
|
||||||
memory= {
|
memory= {
|
||||||
format= " {}%";
|
format= " {}%";
|
||||||
format-alt= " {used}/{total} GiB";
|
format-alt= " {used} GiB";
|
||||||
interval= 5;
|
interval= 5;
|
||||||
};
|
};
|
||||||
cpu= {
|
cpu= {
|
||||||
format= " {usage}%";
|
format= " {usage}%";
|
||||||
format-alt= " {avg_frequency} GHz";
|
format-alt= " {avg_frequency} GHz";
|
||||||
interval= 5;
|
interval= 5;
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
format-wifi = " {signalStrength}%";
|
format-wifi = " {signalStrength}%";
|
||||||
format-ethernet = " ";
|
format-ethernet = " ";
|
||||||
tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
|
tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
|
||||||
format-linked = "{ifname} (No IP)";
|
format-linked = "{ifname} (No IP)";
|
||||||
format-disconnected = " ";
|
format-disconnected = " ";
|
||||||
|
@ -106,9 +106,9 @@
|
||||||
};
|
};
|
||||||
pulseaudio= {
|
pulseaudio= {
|
||||||
format= "{icon} {volume}%";
|
format= "{icon} {volume}%";
|
||||||
format-muted= "";
|
format-muted= "";
|
||||||
format-icons= {
|
format-icons= {
|
||||||
default= [""];
|
default= [""];
|
||||||
};
|
};
|
||||||
scroll-step= 5;
|
scroll-step= 5;
|
||||||
on-click= "pamixer -t";
|
on-click= "pamixer -t";
|
||||||
|
|
|
@ -59,12 +59,27 @@
|
||||||
background-size: 200% 200%;
|
background-size: 200% 200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray, #pulseaudio, #network,
|
#tray, #pulseaudio, #network, cpu, memory,
|
||||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
|
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
|
||||||
background: #${custom.palette.tertiary_background_hex};
|
background: #${custom.palette.tertiary_background_hex};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cpu {
|
||||||
|
color: #${custom.tertiary_accent};
|
||||||
|
border-radius: 10px 0px 0px 24px;
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 8px;
|
||||||
|
margin-left: 7px;
|
||||||
|
}
|
||||||
|
#memory {
|
||||||
|
color: #${custom.tertiary_accent};
|
||||||
|
border-radius: 0px 24px 10px 0px;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 10px 24px 10px 24px;
|
border-radius: 10px 24px 10px 24px;
|
||||||
|
|
Loading…
Reference in a new issue