Compare commits
2 Commits
6beee0df24
...
7b38c92f2a
Author | SHA1 | Date | |
---|---|---|---|
7b38c92f2a | |||
a7f55ef636 |
@ -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": "HDMI-A-2",
|
"output": "Virtual-1",
|
||||||
|
|
||||||
"modules-left": [],
|
"modules-left": [],
|
||||||
"modules-center": ["wlr/taskbar"],
|
"modules-center": ["wlr/taskbar"],
|
||||||
"modules-right": [],
|
"modules-right": ["cpu"],
|
||||||
|
|
||||||
"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 //
|
||||||
|
@ -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;
|
||||||
};*/
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user