Move waybar to its own module
This commit is contained in:
parent
c20ef04bfd
commit
076079aea1
7 changed files with 431 additions and 402 deletions
|
@ -45,8 +45,8 @@
|
|||
linux.graphical.defaults.webBrowser = "zen.desktop";
|
||||
programs.my-sway.enable = true;
|
||||
programs.my-sway.fontSize = 15.0;
|
||||
programs.my-sway.enableLaptopBars = false;
|
||||
programs.my-sway.enableMpd = true;
|
||||
programs.my-sway.enableLaptop = true;
|
||||
programs.my-waybar.enableMpd = true;
|
||||
# Keyboard options
|
||||
wayland.windowManager.sway.config.input."type:keyboard".xkb_layout = "jp";
|
||||
wayland.windowManager.sway.config.input."type:pointer".accel_profile = "flat";
|
||||
|
@ -68,7 +68,7 @@
|
|||
};
|
||||
nki.programs.kitty.enable = true;
|
||||
nki.programs.kitty.fontSize = 14;
|
||||
programs.my-sway.waybar.makeBars = with config.common.monitors; barWith: [
|
||||
programs.my-waybar.makeBars = with config.common.monitors; barWith: [
|
||||
# For primary
|
||||
(barWith { extraSettings = { output = [ home_4k.name ]; }; })
|
||||
# For secondary, hide mpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue