Compare commits

...

2 Commits

2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
// --// waybar config generated by wbarconfgen.sh //-- //
[
/*{
{
"layer": "top",
"position": "left",
"mod": "dock",
@ -12,11 +12,11 @@
"passthrough": false,
"gtk-layer-shell": true,
"reload_style_on_change": true,
"output": "HDMI-A-2",
"output": "Virtual-1",
"modules-left": [],
"modules-center": ["wlr/taskbar"],
"modules-right": [],
"modules-right": ["cpu"],
"wlr/taskbar": {
"all-outputs": true,
@ -24,7 +24,7 @@
"icon-size": 20,
"active-first": true
}
},*/
},
{
// sourced from header module //

View File

@ -6,7 +6,7 @@
programs.waybar = {
enable = true;
package = pkgs.waybar;
settings = {
/*settings = {
mainBar = {
layer = "top";
position = "top";
@ -35,12 +35,12 @@
'';
};
};
};
};*/
};
/*home.file.".config/waybar" = {
home.file.".config/waybar" = {
source = ./configs;
# copy the scripts directory recursively
recursive = true;
};*/
};
}