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

@@ -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";
targets.genericLinux.enable = true;
xdg.enable = true;
home.packages = [
pkgs.kitty
@@ -44,8 +43,13 @@
home.sessionVariables = {
XDG_SESSION_TYPE = "wayland";
XDG_SESSION_DESKTOP = "niri";
GTK_ICON_THEME = "Papirus";
};
gtk.iconTheme.name = "Papirus";
xdg.enable = true;
xdg.configFile."kitty" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/kitty";
recursive = true;
@@ -62,6 +66,15 @@
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/user-dirs.dirs";
force = true;
};
home.file.".local/share/icons/Transparent" = {
source = builtins.path {
path = ./Transparent;
};
recursive = true;
force = true;
};
# programs.zsh.enable = false;
# programs.fish.enable = true;
}

View File

@@ -5,16 +5,16 @@ tab_bar_align left
tab_bar_min_tabs 2
tab_bar_margin_width 0.0
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_background #e3dfff
active_tab_foreground #cfe5ff
active_tab_background #124a73
active_tab_font_style bold
inactive_tab_foreground #47464f
inactive_tab_background #fcf8ff
inactive_tab_foreground #c2c7cf
inactive_tab_background #101418
inactive_tab_font_style normal
tab_activity_symbol " ● "

View File

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