Changed Desktop
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user