preparing for stylix

This commit is contained in:
Chris Cochrun 2024-06-23 14:17:21 -05:00
parent 720ebe4326
commit 47d5321743
5 changed files with 276 additions and 3 deletions

View file

@ -219,6 +219,32 @@ in
};
};
# stylix = {
# enable = true;
# polarity = "dark";
# base16Scheme = {
# base00 = "282a36";
# base01 = "34353e";
# base02 = "43454f";
# base03 = "78787e";
# base04 = "a5a5a9";
# base05 = "e2e4e5";
# base06 = "eff0eb";
# base07 = "f1f1f0";
# base08 = "ff5c57";
# base09 = "ff9f43";
# base0A = "f3f99d";
# base0B = "5af78e";
# base0C = "9aedfe";
# base0D = "57c7ff";
# base0E = "ff6ac1";
# base0F = "b2643c";
# };
# image = config.lib.stylix.pixel "base0D";
# # targets.tofi.enable = false;
# };
# programs.tofi.enable = true;
#services.espanso = {
# enable = true;

View file

@ -337,7 +337,6 @@ in
"dbus-update-activation-environment --systemd --all"
"batmon.lisp"
"/usr/lib/kdeconnectd"
"nm-tray"
"systemctl --user stop jellyfin-mpv-shim"
"systemctl --user stop emacs"
"systemctl --user stop nextcloud-client"
@ -348,6 +347,7 @@ in
"wl-paste --watch cliphist store"
"hyprctl setcursor phinger-cursors-light 24"
"hypridle"
"nm-tray"
"sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg -t grow --transition-bezier .14,0,.14,.99"
];
};