This commit is contained in:
denode 2026-08-19 08:26:14 +02:00
parent e5ab6f55af
commit fa88a834dc
11 changed files with 1262 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

View file

@ -0,0 +1,21 @@
background #000000
foreground #f1f1f1
cursor #7f7f7f
selection_background #b4d5ff
color0 #4f4f4f
color8 #7b7b7b
color1 #fa6c5f
color9 #fcb6af
color2 #a8fe60
color10 #ceffab
color3 #fffeb6
color11 #fffecc
color4 #96cafd
color12 #b5dcfe
color5 #fa72fc
color13 #fb9bfe
color6 #c6c4fd
color14 #dfdffd
color7 #eeedee
color15 #fefffe
selection_foreground #000000

View file

@ -0,0 +1,21 @@
background #FFFFFF
foreground #171421
cursor #000000
selection_background #000000
color0 #171421
color8 #5E5C64
color1 #C01C28
color9 #F66151
color2 #26A269
color10 #33D17A
color3 #A2734C
color11 #E9AD0C
color4 #12488B
color12 #2A7BDE
color5 #A347BA
color13 #C061CB
color6 #2AA1B3
color14 #33C7DE
color7 #D0CFCC
color15 #ffffff
selection_foreground #FFFFFF

View file

@ -1,21 +1,21 @@
background #212733 background #000000
foreground #d9d7ce foreground #f1f1f1
cursor #ffcc66 cursor #7f7f7f
selection_background #343f4c selection_background #b4d5ff
color0 #191e2a color0 #4f4f4f
color8 #686868 color8 #7b7b7b
color1 #ed8274 color1 #fa6c5f
color9 #f28779 color9 #fcb6af
color2 #a6cc70 color2 #a8fe60
color10 #bae67e color10 #ceffab
color3 #fad07b color3 #fffeb6
color11 #ffd580 color11 #fffecc
color4 #6dcbfa color4 #96cafd
color12 #73d0ff color12 #b5dcfe
color5 #cfbafa color5 #fa72fc
color13 #d4bfff color13 #fb9bfe
color6 #90e1c6 color6 #c6c4fd
color14 #95e6cb color14 #dfdffd
color7 #c7c7c7 color7 #eeedee
color15 #ffffff color15 #fefffe
selection_foreground #212733 selection_foreground #000000

View file

@ -1189,5 +1189,5 @@ hide_window_decorations yes
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# IR Black # IR Black
include current-theme.conf # include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME

File diff suppressed because it is too large Load diff

View file

@ -71,6 +71,7 @@ spawn-at-startup "waybar"
spawn-at-startup "~/.config/niri/wallpaper-restore.sh" spawn-at-startup "~/.config/niri/wallpaper-restore.sh"
spawn-at-startup "awww-daemon" spawn-at-startup "awww-daemon"
spawn-at-startup "niri msg action focus-workspace 2" spawn-at-startup "niri msg action focus-workspace 2"
spawn-at-startup "sh" "-c" "wl-paste --watch cliphist store"
//-- //--
hotkey-overlay { hotkey-overlay {
@ -120,6 +121,8 @@ switch-events {
binds { binds {
Mod+Return { spawn "kitty"; } Mod+Return { spawn "kitty"; }
Mod+D { spawn "sh" "-c" "pkill wofi || wofi --show drun"; } Mod+D { spawn "sh" "-c" "pkill wofi || wofi --show drun"; }
Mod+V { spawn "/home/denode/.local/bin/clipboard-picker"; }
Mod+Shift+T { spawn "/home/denode/.local/bin/toggle-colorscheme"; }
Mod+Alt+L { spawn "gtklock"; } Mod+Alt+L { spawn "gtklock"; }
Mod+F { spawn "firefox"; } Mod+F { spawn "firefox"; }
Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";} Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";}
@ -201,7 +204,7 @@ binds {
Mod+Equal { set-column-width "+10%"; } Mod+Equal { set-column-width "+10%"; }
Mod+Shift+Minus { set-window-height "-10%"; } Mod+Shift+Minus { set-window-height "-10%"; }
Mod+Shift+Equal { set-window-height "+10%"; } Mod+Shift+Equal { set-window-height "+10%"; }
Mod+V { toggle-window-floating; } Mod+F2 { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; } Mod+Shift+V { switch-focus-between-floating-and-tiling; }
Mod+W { toggle-column-tabbed-display; } Mod+W { toggle-column-tabbed-display; }

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
pgrep -x awww-daemon >/dev/null || awww-daemon & pgrep -x awww-daemon >/dev/null || awww-daemon &
sleep 0.5 sleep 0.5
awww img "/home/denode/Pictures/wallpaper/thinkpad.jpg" --transition-type simple awww img "/home/denode/Pictures/wallpaper/autum01.jpg" --transition-type simple