feat: add waybar

This commit is contained in:
Mohammad Rafiq 2025-03-06 15:58:16 +08:00
parent f2f7e52ea1
commit 03857e4556

View file

@ -34,11 +34,11 @@
resize_on_border = true; resize_on_border = true;
}; };
input = { # Programs
numlock_by_default = true; exec-once = [
follow_mouse = 2; # Click on a window to change focus "waybar"
}; ];
# Keybinds # Keybinds
"$mainMod" = "SUPER"; "$mainMod" = "SUPER";
@ -73,6 +73,21 @@
"$mainMod, V, togglefloating" "$mainMod, V, togglefloating"
]; ];
input = {
numlock_by_default = true;
follow_mouse = 2; # Click on a window to change focus
};
}; };
}; };
programs.waybar = {
enable = true;
settings = {
mainBar = {
layer = "top";
};
};
style = ''
'';
};
} }