fixup! fixup! fixup! fixup! fixup! Replace AGS with waybar
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{ config, lib, ... }: {
|
{ config, lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./user/ags.nix
|
|
||||||
./user/btop.nix
|
./user/btop.nix
|
||||||
./user/fuzzel.nix
|
./user/fuzzel.nix
|
||||||
./user/ghostty.nix
|
./user/ghostty.nix
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
systemd.enable = true;
|
||||||
|
|
||||||
settings.mainBar = {
|
settings.mainBar = {
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
color: ${colors.base05};
|
color: ${colors.base05};
|
||||||
border-radius: ${radius};
|
border-radius: ${radius};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.1em;
|
font-size: .85em;
|
||||||
|
|
||||||
& > * { padding: 8px; }
|
& > * { padding: 8px; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user