rofi theme
This commit is contained in:
@@ -45,6 +45,7 @@ in {
|
||||
networkmanagerapplet
|
||||
wayland
|
||||
wl-clipboard
|
||||
cava
|
||||
dex # starts applications according to .desktop files
|
||||
#qt5.qtwayland
|
||||
#qt6.qmake
|
||||
|
||||
@@ -10,6 +10,13 @@ in {
|
||||
The wallpaper to use.
|
||||
'';
|
||||
};
|
||||
base16Scheme = mkOption {
|
||||
type = with lib.types; nullOr (oneOf [ path lines attrs ]);
|
||||
default = null;
|
||||
description = ''
|
||||
The base16 scheme to use.
|
||||
'';
|
||||
};
|
||||
override = mkOption {
|
||||
type = types.attrs;
|
||||
#default = {};
|
||||
@@ -44,6 +51,7 @@ in {
|
||||
autoEnable = lib.mkForce true;
|
||||
polarity = "dark";
|
||||
image = cfg.image;
|
||||
base16Scheme = cfg.base16Scheme;
|
||||
override = cfg.override;
|
||||
#base16Scheme = ../../home-manager/themes/yorha/scheme.yml;
|
||||
#base16Scheme =
|
||||
@@ -54,9 +62,10 @@ in {
|
||||
package = pkgs.libsForQt5.breeze-gtk;
|
||||
};
|
||||
opacity = {
|
||||
applications = 0.7;
|
||||
desktop = 0.7;
|
||||
terminal = 0.7;
|
||||
applications = 0.85;
|
||||
desktop = 0.85;
|
||||
terminal = 0.85;
|
||||
popups = 0.85;
|
||||
};
|
||||
#targets.hyprland.enable = false; does not exist in the MR version yet
|
||||
fonts = {
|
||||
|
||||
21
modules/themes/tsukasa.nix
Normal file
21
modules/themes/tsukasa.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"base00"= "201a1e";
|
||||
"base01"= "5c4133";
|
||||
"base02"= "83644f";
|
||||
"base03"= "c3955f";
|
||||
"base04"= "dab353";
|
||||
"base05"= "f4dfb4";
|
||||
"base06"= "fef1de";
|
||||
"base07"= "fef1de";
|
||||
"base08"= "ed8796";
|
||||
"base09"= "f5a97f";
|
||||
"base0A"= "eed49f";
|
||||
"base0B"= "a6da95";
|
||||
"base0C"= "8bd5ca";
|
||||
"base0D"= "8aadf4";
|
||||
"base0E"= "c6a0f6";
|
||||
"base0F"= "f0c6c6";
|
||||
"author"= "Stylix";
|
||||
"scheme"= "Stylix";
|
||||
"slug"= "stylix";
|
||||
}
|
||||
Reference in New Issue
Block a user