waybar: basic waybar config

This commit is contained in:
Khaïs COLIN 2024-07-29 10:08:16 +02:00
parent de4d31c60d
commit 2a2f599a23
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,30 @@
{
programs.waybar = {
enable = true;
settings = {
mainBar = {
layer = "top";
position = "top";
height = 16;
output = [
"eDP-1"
];
modules-left = [
"river/tags"
];
modules-center = [
"clock"
];
modules-right = [
"pulseaudio"
"network"
"memory"
"cpu"
"temperature"
"battery"
"tray"
];
};
};
};
}