Revert "Switch back to one-light theme"
This reverts commit 3f270fc62e
.
This commit is contained in:
parent
3f270fc62e
commit
83f6f40bd9
|
@ -203,7 +203,7 @@
|
|||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpapers/default.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||
opacity = {
|
||||
applications = 0.9;
|
||||
desktop = 0.7;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
./mako.nix
|
||||
./avizo.nix
|
||||
./wlogout.nix
|
||||
# ./swww.nix
|
||||
./swww.nix
|
||||
];
|
||||
home.packages = [
|
||||
(pkgs.writeShellScriptBin "protonmail-setup-bridge" ''
|
||||
|
@ -26,7 +26,7 @@
|
|||
services = {
|
||||
kanshi.systemdTarget = "hyprland-session.target";
|
||||
gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||
# hyprpaper.enable = lib.mkForce false;
|
||||
hyprpaper.enable = lib.mkForce false;
|
||||
hypridle = {
|
||||
enable = true;
|
||||
settings =
|
||||
|
@ -149,8 +149,8 @@
|
|||
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
||||
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
||||
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||
# "${pkgs.swww}/bin/swww-daemon"
|
||||
# "sleep 5; systemctl --user start dynamic-wallpaper.service"
|
||||
"${pkgs.swww}/bin/swww-daemon"
|
||||
"sleep 5; systemctl --user start dynamic-wallpaper.service"
|
||||
"sleep 5; ${pkgs.dex}/bin/dex -a"
|
||||
];
|
||||
gestures.workspace_swipe = true;
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
stylix.base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
home-manager.users.${username} =
|
||||
{ config, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue