Systemd-ify Waybar, move aliases to individualized places, more Sway and Jovian changes

This commit is contained in:
Bun 2025-05-10 11:27:52 -04:00
parent 949cb85b2b
commit d257cd9bf5
14 changed files with 212 additions and 143 deletions

View file

@ -1,24 +1,17 @@
{ ... }:
{
wayland.windowManager.sway.config = {
bars = [{ command = "waybar"; }];
wayland.windowManager.sway.config.startup = [
# Scratchpads
{ command = "foot -a btop -T Gotop btop"; }
{ command = "foot -a music -T Music ncmpcpp"; }
{ command = "foot -a sound -T Sound pulsemixer"; }
startup = [
# Scratchpads
{ command = "foot -a btop -T Gotop btop"; }
{ command = "foot -a music -T Music ncmpcpp"; }
{ command = "foot -a sound -T Sound pulsemixer"; }
# Daemons and tray
{ command = "kanshictl reload"; always = true; }
{ command = "wayland-pipewire-idle-inhibit"; }
# Daemons and tray
{
command = "kanshictl reload";
always = true;
}
{ command = "wayland-pipewire-idle-inhibit"; }
# Foreground
{ command = "thunderbird"; }
{ command = "vesktop"; }
];
};
# Foreground
{ command = "thunderbird"; }
{ command = "vesktop"; }
];
}

View file

@ -38,11 +38,11 @@
(assign "${config.displays.tower1}" workspaces1) ++
(assign "${config.displays.tower2}" workspaces2) ++
(assign "${config.displays.tower3}" workspaces3) ++
(assign "${config.displays.tower3}" workspaces4) ++
(assign "${config.displays.tower4}" workspaces4) ++
(assign "${config.displays.estradiol1}" workspaces1) ++
(assign "${config.displays.estradiol1}" workspaces2) ++
(assign "${config.displays.estradiol1}" workspaces4) ++
(assign "${config.displays.estradiol2}" workspaces3);
(assign "${config.displays.estradiol2}" workspaces3) ++
(assign "${config.displays.estradiol2}" workspaces4);
};
}

View file

@ -32,6 +32,8 @@
};
};
bars = [ ];
fonts = {
names = [ config.look.fonts.main ];
size = 10.5;