Override GTK accent colour
Set scheme polarity to "light"
This commit is contained in:
parent
8fe0391deb
commit
77f4eba566
|
@ -210,6 +210,7 @@
|
|||
enable = true;
|
||||
image = ./home/desktop/wallpapers/default.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
polarity = "light";
|
||||
opacity.popups = 0.8;
|
||||
cursor = {
|
||||
package = pkgs.volantes-cursors;
|
||||
|
|
|
@ -9,15 +9,18 @@
|
|||
./browser/default.nix
|
||||
./zathura/default.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
g4music
|
||||
remmina
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
wl-clipboard
|
||||
g4music
|
||||
remmina
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
file.${config.gtk.gtk2.configLocation}.force = true;
|
||||
};
|
||||
services.syncthing.enable = true;
|
||||
programs.mpv.enable = true;
|
||||
gtk = {
|
||||
|
@ -28,6 +31,10 @@
|
|||
name = "Papirus-Light";
|
||||
};
|
||||
};
|
||||
stylix.targets.gtk.extraCss = with config.lib.stylix.scheme.withHashtag; ''
|
||||
@define-color accent_color ${base0E-hex};
|
||||
@define-color accent_bg_color ${base0E-hex};
|
||||
'';
|
||||
xdg = {
|
||||
mime.enable = true;
|
||||
mimeApps =
|
||||
|
|
|
@ -7,15 +7,12 @@
|
|||
{
|
||||
stylix.targets.kde.enable = false;
|
||||
imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
protonmail-bridge-gui
|
||||
libreoffice-qt-fresh
|
||||
rc2nix
|
||||
wl-clipboard
|
||||
];
|
||||
file.${config.gtk.gtk2.configLocation}.force = true; # Stop clashing with KDE
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
protonmail-bridge-gui
|
||||
libreoffice-qt-fresh
|
||||
rc2nix
|
||||
wl-clipboard
|
||||
];
|
||||
services.gpg-agent.pinentryPackage = pkgs.pinentry-qt;
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue