waybar.css

This commit is contained in:
TheCrazyInsanity
2026-04-12 14:43:58 -04:00
parent 99b008305c
commit 302a4fe136
5 changed files with 528 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
config,
pkgs,
lib,
inputs,
...
}:
{
@@ -28,6 +29,10 @@
pkgs.kdePackages.kate
pkgs.kdePackages.filelight
inputs.glide.packages.${pkgs.stdenv.hostPlatform.system}.default
pkgs.swaybg
pkgs.pulseaudioFull
pkgs.waybar
pkgs.twitter-color-emoji
];
};
@@ -35,8 +40,8 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd sway";
user = "laythe";
command = "${pkgs.tuigreet}/bin/tuigreet --remember --time --cmd sway";
user = "greeter";
};
};
};