Compare commits

..

No commits in common. "7b38c92f2aad82adc8ea39fafd7223aa61e0ac42" and "6beee0df240f157270a86910d8055fcccf0c539c" have entirely different histories.

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": "Virtual-1",
"output": "HDMI-A-2",
"modules-left": [],
"modules-center": ["wlr/taskbar"],
"modules-right": ["cpu"],
"modules-right": [],
"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;
};
};*/
}