Disable empty labels in bspwm and increase lock delay

This commit is contained in:
Filippo Berto 2021-07-23 16:59:10 +02:00
parent 82530df76e
commit 2de99da8e7
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ let
normal = {
foreground = colorPalette.primary.foreground;
background = colorPalette.primary.background;
background = colorPalette.primary.background;
underline = colorPalette.normal.blue;
};
@ -163,7 +163,7 @@ in
focused = colors.selected // common;
occupied = colors.active // common;
urgent = colors.active // common // { background = colors.alert; };
empty = colors.normal // common;
empty = colors.normal // common // { text = ""; };
};
};

View file

@ -14,7 +14,7 @@ in
timers = [
{
command = lockCmd;
delay = 120;
delay = 300;
}
{
command = xscreensaverCmd;