M home/home-configuration.scm => home/home-configuration.scm +2 -2
@@ 401,8 401,8 @@ exec ~a ~a"
(service home-swayidle-service-type
(home-swayidle-configuration
(config
- `((before-sleep ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF\""))
- (lock ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF\""))
+ `((before-sleep ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF -c 33333\""))
+ (lock ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF -c 333333\""))
(timeout 30
,#~(string-append "\"" #$mako "/bin/makoctl mode -a idle\"")
resume
M home/modules/ruther/home/dwl/config.h => home/modules/ruther/home/dwl/config.h +1 -1
@@ 152,7 152,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
static const char *termcmd[] = { "foot", NULL };
static const char *runcmd[] = { "foot", "--app-id", "foot-run", NULL };
static const char *menucmd[] = { "mew-run", NULL };
-static const char *lockcmd[] = { "swaylock", "-fF", NULL };
+static const char *lockcmd[] = { "swaylock", "-fF", "-c333333", NULL };
/* named scratchpads - First arg only serves to match against key in rules*/
static const char *scratchpadcmd_spotify[] = {