Compare commits
2 commits
037fef7c48
...
9715b9569a
Author | SHA1 | Date | |
---|---|---|---|
9715b9569a | |||
c1c05d5574 |
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
timeout = 600;
|
timeout = 600;
|
||||||
command = "swaymsg 'output * dpms off'";
|
command = "swaymsg 'output * dpms off'";
|
||||||
resumeCommand = "swaymsg 'output * dpms on";
|
resumeCommand = "swaymsg 'output * dpms on'";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
events = [
|
events = [
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
[ "custom/sep"
|
[ "custom/sep"
|
||||||
"backlight"
|
"backlight"
|
||||||
"battery"]
|
"battery"]
|
||||||
else null
|
else []
|
||||||
) ++ [
|
) ++ [
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
"memory"
|
"memory"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue