This commit is contained in:
2025-12-02 13:18:00 +09:00
parent c8d5c579a6
commit 023858b244
4 changed files with 42 additions and 35 deletions

View File

@@ -3,7 +3,16 @@
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, inputs, pkgs, dankMaterialShell, ... }: { config, inputs, pkgs, dankMaterialShell, ... }:
{ let
tranIcon = pkgs.stdenv.mkDerivation {
name = "Transparent";
src = ./hm/Transparent;
installPhase = ''
mkdir -p $out/share/icons/Transparent
cp -r * $out/share/icons/Transparent
'';
};
in {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
inputs.dankMaterialShell.nixosModules.greeter inputs.dankMaterialShell.nixosModules.greeter
@@ -97,6 +106,7 @@
jetbrains.datagrip jetbrains.datagrip
tor tor
torsocks torsocks
tranIcon
grim grim
ydotool ydotool
papirus-icon-theme papirus-icon-theme
@@ -106,8 +116,10 @@
environment.pathsToLink = [ environment.pathsToLink = [
"/share/applications" "/share/applications"
"/share/xdg-desktop-portal" "/share/xdg-desktop-portal"
"/share/icons"
]; ];
environment.sessionVariables = { environment.sessionVariables = {
GTK_IM_MODULE = "kime"; GTK_IM_MODULE = "kime";
QT_IM_MODULE = "kime"; QT_IM_MODULE = "kime";

View File

@@ -67,11 +67,6 @@
force = true; force = true;
}; };
home.file.".icons/Transparnet" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/Transparent";
recursive = true;
force = true;
};
# programs.zsh.enable = false; # programs.zsh.enable = false;
# programs.fish.enable = true; # programs.fish.enable = true;
} }

View File

@@ -5,16 +5,16 @@ tab_bar_align left
tab_bar_min_tabs 2 tab_bar_min_tabs 2
tab_bar_margin_width 0.0 tab_bar_margin_width 0.0
tab_bar_margin_height 2.5 1.5 tab_bar_margin_height 2.5 1.5
tab_bar_margin_color #101418 tab_bar_margin_color #fcf8ff
tab_bar_background #101418 tab_bar_background #fcf8ff
active_tab_foreground #cfe5ff active_tab_foreground #17134a
active_tab_background #124a73 active_tab_background #e3dfff
active_tab_font_style bold active_tab_font_style bold
inactive_tab_foreground #c2c7cf inactive_tab_foreground #47464f
inactive_tab_background #101418 inactive_tab_background #fcf8ff
inactive_tab_font_style normal inactive_tab_font_style normal
tab_activity_symbol " ● " tab_activity_symbol " ● "

View File

@@ -1,24 +1,24 @@
cursor #e0e2e8 cursor #1c1b21
cursor_text_color #c2c7cf cursor_text_color #47464f
foreground #e0e2e8 foreground #1c1b21
background #101418 background #fcf8ff
selection_foreground #243240 selection_foreground #ffffff
selection_background #b9c8da selection_background #c7c4dc
url_color #9dcbfb url_color #5b5891
color0 #101418 color0 #fcf8ff
color1 #e64c48 color1 #8c120b
color2 #71d66e color2 #09720c
color3 #dbd07b color3 #7f7a11
color4 #5186bf color4 #6054ff
color5 #839fbc color5 #29247b
color6 #9dcbfb color6 #5b5891
color7 #abb2bf color7 #1a1a1a
color8 #5c6370 color8 #2e2e2e
color9 #e05f60 color9 #a52720
color10 #88e086 color10 #138c17
color11 #e8df97 color11 #999321
color12 #a7d9ff color12 #6662ad
color13 #45809f color13 #3f56ff
color14 #617aa8 color14 #b259ff
color15 #ffffff color15 #1a1a1a