mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
update: waybar
This commit is contained in:
parent
085b016786
commit
846320eb55
1 changed files with 9 additions and 1 deletions
|
|
@ -8,7 +8,15 @@
|
|||
position = "top";
|
||||
height = 24;
|
||||
modules-left = ["custom/wmenu"];
|
||||
modules-right = ["cpu" "custom/cputemp" "memory" "custom/gputemp" "network" "pulseaudio" "clock" "tray"];
|
||||
modules-right = ["cpu" "custom/cputemp" "temperature" "memory" "custom/gputemp" "battery" "network" "pulseaudio" "clock" "tray"];
|
||||
|
||||
temperature = {
|
||||
format = "{temperature}°C";
|
||||
};
|
||||
|
||||
battery = {
|
||||
format = " {capacity}%";
|
||||
};
|
||||
|
||||
"custom/wmenu" = {
|
||||
format = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue