mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
hyprtoolkit colors
This commit is contained in:
12
home.nix
12
home.nix
@@ -28,6 +28,7 @@
|
||||
./modules/packages.nix
|
||||
./modules/xdg.nix
|
||||
./modules/desktop.nix
|
||||
./modules/gtk.nix
|
||||
# cli tools
|
||||
./modules/cli/fish.nix
|
||||
./modules/cli/nixvim.nix
|
||||
@@ -53,6 +54,7 @@
|
||||
./modules/hypr/hypridle.nix
|
||||
./modules/hypr/hyprlock.nix
|
||||
./modules/hypr/hyprsunset.nix
|
||||
./modules/hypr/hyprtoolkit.nix
|
||||
];
|
||||
|
||||
# === SCRIPTS IMPORT ===
|
||||
@@ -60,16 +62,6 @@
|
||||
".local/bin".source = ./scripts;
|
||||
};
|
||||
|
||||
gtk.enable = true;
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# === VARS ===
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
13
modules/gtk.nix
Normal file
13
modules/gtk.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
gtk.enable = true;
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
14
modules/hypr/hyprtoolkit.nix
Normal file
14
modules/hypr/hyprtoolkit.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# TO BE CHANGED WHEN NIX CONFIG OF THIS FILE WILL RELEASE!!!!
|
||||
xdg.configFile."hypr/hyprtoolkit.conf".text = ''
|
||||
background=0xff11111b
|
||||
base=0xff1e1e2e
|
||||
alternate_base=0xff181825
|
||||
text=0xffcdd6f4
|
||||
bright_text=0xffbac2de
|
||||
accent=0xffcba6f7
|
||||
accent_secondary=0xffb4befe
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user