feat: add waybar
This commit is contained in:
parent
f2f7e52ea1
commit
03857e4556
1 changed files with 20 additions and 5 deletions
|
@ -34,11 +34,11 @@
|
|||
|
||||
resize_on_border = true;
|
||||
};
|
||||
|
||||
input = {
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 2; # Click on a window to change focus
|
||||
};
|
||||
|
||||
# Programs
|
||||
exec-once = [
|
||||
"waybar"
|
||||
];
|
||||
|
||||
# Keybinds
|
||||
"$mainMod" = "SUPER";
|
||||
|
@ -73,6 +73,21 @@
|
|||
|
||||
"$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 = ''
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue