~ruther/guix-config

902e628249192f573ed1d44a3d36f042a9b67a24 — Rutherther 2 months ago 11f99df
feat: change swaylock color to less light
2 files changed, 3 insertions(+), 3 deletions(-)

M home/home-configuration.scm
M home/modules/ruther/home/dwl/config.h
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[] = {