This commit is contained in:
denode 2026-04-16 08:04:30 +02:00
parent a438af2efe
commit f1a01ead72
7 changed files with 1288 additions and 136 deletions

View file

@ -1,81 +1,29 @@
# vim:ft=kitty
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
## name: Catppuccin-Macchiato
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf
## blurb: Soothing pastel theme for the high-spirited!
confirm_os_window_close 0
tab_bar_style hidden
# The basic colors
foreground #CAD3F5
background #24273A
selection_foreground #24273A
selection_background #F4DBD6
# Cursor colors
cursor #F4DBD6
cursor_text_color #24273A
# URL underline color when hovering with mouse
url_color #F4DBD6
# Kitty window border colors
active_border_color #B7BDF8
inactive_border_color #6E738D
bell_border_color #EED49F
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground #181926
active_tab_background #C6A0F6
inactive_tab_foreground #CAD3F5
inactive_tab_background #1E2030
tab_bar_background #181926
# Colors for marks (marked text in the terminal)
mark1_foreground #24273A
mark1_background #B7BDF8
mark2_foreground #24273A
mark2_background #C6A0F6
mark3_foreground #24273A
mark3_background #7DC4E4
# The 16 terminal colors
# black
color0 #494D64
color8 #5B6078
# red
color1 #ED8796
color9 #ED8796
# green
color2 #A6DA95
color10 #A6DA95
# yellow
color3 #EED49F
color11 #EED49F
# blue
color4 #8AADF4
color12 #8AADF4
# magenta
color5 #F5BDE6
color13 #F5BDE6
# cyan
color6 #8BD5CA
color14 #8BD5CA
# white
color7 #B8C0E0
color15 #A5ADCB
# START_AUTOGENERATED_TAB_STYLE
# Feel free to update these colors manually and remove these comments.
active_tab_foreground #444444
active_tab_background #b4d5ff
inactive_tab_foreground #f1f1f1
inactive_tab_background #000000
# END_AUTOGENERATED_TAB_STYLE

View file

@ -226,8 +226,7 @@ scrollback_lines 2000
#: typing text. Disabled by default on macOS as getting it to work
#: robustly with the ever-changing sea of bugs that is Cocoa is too
#: much effort.
url_color #0087bd
# url_color #0087bd
url_style single
#: The color and style for highlighting URLs on mouse-over. url_style
@ -1186,3 +1185,9 @@ hide_window_decorations yes
#: }}}
# }}}
# BEGIN_KITTY_THEME
# IR Black
include current-theme.conf
# END_KITTY_THEME

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,3 @@
workspace "1"
workspace "2"
//--input
input {
keyboard {
@ -65,16 +63,20 @@ layout {
//--gestures
gestures{
hot-corners {
off
off
}
}
//--startup
spawn-at-startup "waybar"
spawn-at-startup "~/.config/niri/wallpaper-restore.sh"
spawn-at-startup "awww-daemon"
spawn-at-startup "niri msg action focus-workspace 2"
//--
hotkey-overlay {
skip-at-startup
skip-at-startup
}
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
animations {
@ -92,13 +94,12 @@ window-rule {
match title="~Vaultwarden|bitwarden_rs"
block-screenshot true
block-out-from "screen-capture"
// block-out-from "screencast"
block-out-from "screencast"
}
/-window-rule {
corner-radius 0
clip-to-geometry true
}
window-rule {
default-column-width {proportion 0.5;}
}
@ -120,16 +121,16 @@ switch-events {
binds {
Mod+Return { spawn "kitty"; }
Mod+D { spawn "sh" "-c" "pkill wofi || wofi --show drun"; }
Mod+L { spawn "hyprlock"; }
Mod+Alt+L { spawn "hyprlock"; }
Mod+F { spawn "firefox"; }
Mod+B { spawn "~/.local/bin/wallpaper-niri";}
Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";}
Mod+P { spawn "~/.config/waybar/scripts/power.sh";}
Mod+M { spawn "thunderbird";}
Mod+T { spawn "gnome-text-editor";}
Mod+S { spawn "signal-desktop";}
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+ -l 1.0"; }
XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-"; }
Mod+E { spawn "nemo";}
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+ -l 1.0"; }
XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-"; }
XF86AudioMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; }
XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "--class=backlight" "set" "+5%"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "brightnessctl" "--class=backlight" "set" "5%-"; }
@ -137,9 +138,13 @@ binds {
Mod+Q repeat=false { close-window; }
Mod+Left { focus-column-left; }
Mod+Down { focus-window-down; }
Mod+Up { focus-window-up; }
Mod+Down { focus-workspace-down; }
Mod+Up { focus-workspace-up; }
Mod+Right { focus-column-right; }
Mod+H { focus-column-left;}
Mod+J { focus-workspace-down;}
Mod+K { focus-workspace-up;}
Mod+L { focus-column-right;}
Mod+Shift+Left { move-column-left; }
Mod+Shift+Down { move-window-down; }
Mod+Shift+Up { move-window-up; }
@ -191,7 +196,7 @@ binds {
Mod+R { switch-preset-column-width; }
Mod+Shift+R { switch-preset-window-height; }
Mod+Ctrl+R { reset-window-height; }
Mod+K { fullscreen-window; }
Mod+Alt+K { fullscreen-window; }
Mod+Ctrl+F { expand-column-to-available-width;}
Mod+Minus { set-column-width "-10%"; }
Mod+Equal { set-column-width "+10%"; }

View file

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

View file

@ -10,5 +10,5 @@ line_wrap=word
lines=4
width=300
no_actions=true
prompt= search...
promt=search...
hide_scroll=true

48
files/wofi/wallpicker.css Normal file
View file

@ -0,0 +1,48 @@
window {
margin: 0px;
border: 2px solid rgba(255, 255, 255, 0.10);
border-radius: 18px;
background-color: rgba(17, 17, 17, 0.92);
font-family: "Inter", "Cantarell", sans-serif;
font-size: 15px;
}
#outer-box {
margin: 18px;
padding: 12px;
}
#input {
margin-bottom: 14px;
padding: 12px 16px;
border: none;
border-radius: 12px;
background-color: rgba(255, 255, 255, 0.08);
color: #f5f5f5;
}
#scroll {
margin-top: 8px;
}
#entry {
padding: 10px;
margin: 8px;
border-radius: 14px;
background-color: transparent;
}
#entry:selected {
background-color: rgba(255, 255, 255, 0.12);
}
#img {
min-width: 260px;
min-height: 150px;
border-radius: 12px;
}
#text {
margin-top: 8px;
color: #eaeaea;
}