Overhaul waybar formatting

This commit is contained in:
Kiana Sheibani 2022-03-04 09:50:43 -05:00
parent 3995376fc0
commit e0a2c929fb
9 changed files with 80 additions and 26 deletions

View file

@ -1,4 +1,7 @@
{ ... }:
{
imports = [ ../../common/home-manager ];
imports = [
../../common/home-manager
./waybar.nix
];
}

View file

@ -0,0 +1,8 @@
# Home manager is being weird about conflicts,
# so I'm doing this. It sucks, but so does home
# manager, so it's fine.
import ../../common/home-manager/wayland/waybar.nix
[ "sway/workspaces" "sway/mode" ]
[ "sway/window" ]
[ "pulseaudio" "backlight" "network" "battery" "clock" "idle_inhibitor" ]