Changed Desktop

This commit is contained in:
2025-09-10 11:48:22 +02:00
parent 6804d95a08
commit d099faf68a
4591 changed files with 1612898 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
let
common = import ./common.nix;
hyprland = import ./hyprland.nix;
wm = import ./wm.nix;
in
{
enable = true;
@@ -10,15 +10,6 @@ in
layer = "top";
position = "top";
height = 30;
/*
Waybar should use every display available if not output is specified
output = [
"eDP-1"
"DP-1"
"HDMI-A-1"
"Virtual-1"
];
*/
modules-left = [
"custom/nixicon"
"clock"
@@ -26,14 +17,14 @@ in
];
modules-center = [
"hyprland/workspaces"
"niri/workspaces"
];
modules-right = [
"custom/weather"
"group/hardware"
];
# Widget configurations
}
// common.widgets
// hyprland.widgets;
// wm.widgets;
};
}