Fix helix search all highlights, use waybar without systemd, add borders to all sway windows
This commit is contained in:
parent
840e93de8a
commit
5a0d5b01b1
|
@ -374,7 +374,7 @@
|
||||||
"ui.cursorline.primary" = {bg = bg3;};
|
"ui.cursorline.primary" = {bg = bg3;};
|
||||||
|
|
||||||
"ui.highlight" = {
|
"ui.highlight" = {
|
||||||
bg = primary;
|
bg = bg3;
|
||||||
fg = bg;
|
fg = bg;
|
||||||
modifiers = ["bold"];
|
modifiers = ["bold"];
|
||||||
};
|
};
|
||||||
|
|
|
@ -128,8 +128,7 @@
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "systemctl --user restart waybar";
|
command = "waybar";
|
||||||
always = true;
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = lib.concatStringsSep " " [
|
command = lib.concatStringsSep " " [
|
||||||
|
@ -317,8 +316,8 @@
|
||||||
};
|
};
|
||||||
focusedInactive = {
|
focusedInactive = {
|
||||||
background = bg;
|
background = bg;
|
||||||
border = bg;
|
border = bg3;
|
||||||
childBorder = bg;
|
childBorder = bg3;
|
||||||
indicator = bg;
|
indicator = bg;
|
||||||
text = bg;
|
text = bg;
|
||||||
};
|
};
|
||||||
|
@ -331,8 +330,8 @@
|
||||||
};
|
};
|
||||||
unfocused = {
|
unfocused = {
|
||||||
background = bg;
|
background = bg;
|
||||||
border = bg;
|
border = bg3;
|
||||||
childBorder = bg;
|
childBorder = bg3;
|
||||||
indicator = bg;
|
indicator = bg;
|
||||||
text = text;
|
text = text;
|
||||||
};
|
};
|
||||||
|
|
|
@ -346,8 +346,5 @@
|
||||||
/* background-color: #51a37a; */
|
/* background-color: #51a37a; */
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
systemd = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue