waybar
This commit is contained in:
@@ -171,8 +171,20 @@
|
|||||||
show-icons = true;
|
show-icons = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
# xdg.configFile."waybar/config.jsonc".source = ./waybar/config;
|
programs.waybar.settings.main = {
|
||||||
|
layer = "top";
|
||||||
|
position = "top";
|
||||||
|
reload_style_on_change = true;
|
||||||
|
modules-left = [];
|
||||||
|
modules-center = ["hyprland/workspaces"];
|
||||||
|
modules-right = [
|
||||||
|
"tray"
|
||||||
|
"bluetooth"
|
||||||
|
"network"
|
||||||
|
"clock"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user