This commit is contained in:
2025-12-02 09:35:29 +09:00
parent 58c8ac6371
commit ec7280f101
60 changed files with 50 additions and 30 deletions

View File

@@ -99,6 +99,8 @@
torsocks torsocks
grim grim
ydotool ydotool
papirus-icon-theme
adwaita-icon-theme
]; ];
environment.pathsToLink = [ environment.pathsToLink = [
@@ -204,6 +206,8 @@
"defaults" "defaults"
]; ];
}; };
xdg.icons.enable = true;
#systemd.user.services.niri-flake-polkit.enable = false; #systemd.user.services.niri-flake-polkit.enable = false;
# List services that you want to enable: # List services that you want to enable:

View File

@@ -0,0 +1,3 @@
[Icon Theme]
Name=Transparent
Inherits=Transparent

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
hm/Transparent/cursors/cell Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
hm/Transparent/cursors/copy Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
hm/Transparent/cursors/link Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
hm/Transparent/cursors/move Normal file

Binary file not shown.

Binary file not shown.

BIN
hm/Transparent/cursors/plus Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -34,7 +34,6 @@
home.stateVersion = "25.11"; home.stateVersion = "25.11";
targets.genericLinux.enable = true; targets.genericLinux.enable = true;
xdg.enable = true;
home.packages = [ home.packages = [
pkgs.kitty pkgs.kitty
@@ -44,8 +43,13 @@
home.sessionVariables = { home.sessionVariables = {
XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
XDG_SESSION_DESKTOP = "niri"; XDG_SESSION_DESKTOP = "niri";
GTK_ICON_THEME = "Papirus";
}; };
gtk.iconTheme.name = "Papirus";
xdg.enable = true;
xdg.configFile."kitty" = { xdg.configFile."kitty" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/kitty"; source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/kitty";
recursive = true; recursive = true;
@@ -62,6 +66,15 @@
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/user-dirs.dirs"; source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/user-dirs.dirs";
force = true; force = true;
}; };
home.file.".local/share/icons/Transparent" = {
source = builtins.path {
path = ./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 #fcf8ff tab_bar_margin_color #101418
tab_bar_background #fcf8ff tab_bar_background #101418
active_tab_foreground #17134a active_tab_foreground #cfe5ff
active_tab_background #e3dfff active_tab_background #124a73
active_tab_font_style bold active_tab_font_style bold
inactive_tab_foreground #47464f inactive_tab_foreground #c2c7cf
inactive_tab_background #fcf8ff inactive_tab_background #101418
inactive_tab_font_style normal inactive_tab_font_style normal
tab_activity_symbol " ● " tab_activity_symbol " ● "

View File

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