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"; }
];
}