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

View File

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