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