waybar updates

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-09 09:44:44 -04:00 committed by Alice Huston
parent 767d952f62
commit 82456067c7
2 changed files with 2 additions and 34 deletions

View File

@ -8,39 +8,6 @@
{ {
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { #settings = builtins.fromJSON (import ./waybar.json);
height = 30;
spacing = 4;
modules-left = [
"hyprland/workspaces"
"hyprland/submap"
];
modules-center = [ "hyprland/window" ];
modules-right = [
"mpd"
"idle_inhibitor"
"pulseaudio"
"network"
"power-profiles-daemon"
"cpu"
"memory"
"temperature"
"backlight"
"keyboard-state"
"hyprland/language"
"battery"
"battery#bat2"
"clock"
"tray"
];
keyboard-state = {
"numlock" = true;
"capslock" = true;
"format" = "{name} {icon}";
"format-icons" = {
"locked" = "";
};
};
};
}; };
} }

View File

@ -4,6 +4,7 @@
alacritty alacritty
amdgpu_top amdgpu_top
bat bat
brightnessctl
btop btop
croc croc
deadnix deadnix