Disable empty labels in bspwm and increase lock delay
This commit is contained in:
parent
82530df76e
commit
2de99da8e7
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ let
|
||||||
|
|
||||||
normal = {
|
normal = {
|
||||||
foreground = colorPalette.primary.foreground;
|
foreground = colorPalette.primary.foreground;
|
||||||
background = colorPalette.primary.background;
|
background = colorPalette.primary.background;
|
||||||
underline = colorPalette.normal.blue;
|
underline = colorPalette.normal.blue;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -163,7 +163,7 @@ in
|
||||||
focused = colors.selected // common;
|
focused = colors.selected // common;
|
||||||
occupied = colors.active // common;
|
occupied = colors.active // common;
|
||||||
urgent = colors.active // common // { background = colors.alert; };
|
urgent = colors.active // common // { background = colors.alert; };
|
||||||
empty = colors.normal // common;
|
empty = colors.normal // common // { text = ""; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ in
|
||||||
timers = [
|
timers = [
|
||||||
{
|
{
|
||||||
command = lockCmd;
|
command = lockCmd;
|
||||||
delay = 120;
|
delay = 300;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
command = xscreensaverCmd;
|
command = xscreensaverCmd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue