update
This commit is contained in:
parent
a438af2efe
commit
f1a01ead72
7 changed files with 1288 additions and 136 deletions
|
|
@ -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
|
# START_AUTOGENERATED_TAB_STYLE
|
||||||
## author: Pocco81 (https://github.com/Pocco81)
|
# Feel free to update these colors manually and remove these comments.
|
||||||
## license: MIT
|
active_tab_foreground #444444
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf
|
active_tab_background #b4d5ff
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
inactive_tab_foreground #f1f1f1
|
||||||
|
inactive_tab_background #000000
|
||||||
confirm_os_window_close 0
|
# END_AUTOGENERATED_TAB_STYLE
|
||||||
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
|
|
||||||
|
|
|
||||||
|
|
@ -226,8 +226,7 @@ scrollback_lines 2000
|
||||||
#: typing text. Disabled by default on macOS as getting it to work
|
#: 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
|
#: robustly with the ever-changing sea of bugs that is Cocoa is too
|
||||||
#: much effort.
|
#: much effort.
|
||||||
|
# url_color #0087bd
|
||||||
url_color #0087bd
|
|
||||||
url_style single
|
url_style single
|
||||||
|
|
||||||
#: The color and style for highlighting URLs on mouse-over. url_style
|
#: 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
|
|
@ -1,5 +1,3 @@
|
||||||
workspace "1"
|
|
||||||
workspace "2"
|
|
||||||
//--input
|
//--input
|
||||||
input {
|
input {
|
||||||
keyboard {
|
keyboard {
|
||||||
|
|
@ -68,13 +66,17 @@ gestures{
|
||||||
off
|
off
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--startup
|
//--startup
|
||||||
spawn-at-startup "waybar"
|
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"
|
||||||
|
|
||||||
|
//--
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
skip-at-startup
|
skip-at-startup
|
||||||
|
|
||||||
}
|
}
|
||||||
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||||
animations {
|
animations {
|
||||||
|
|
@ -92,13 +94,12 @@ window-rule {
|
||||||
match title="~Vaultwarden|bitwarden_rs"
|
match title="~Vaultwarden|bitwarden_rs"
|
||||||
block-screenshot true
|
block-screenshot true
|
||||||
block-out-from "screen-capture"
|
block-out-from "screen-capture"
|
||||||
// block-out-from "screencast"
|
block-out-from "screencast"
|
||||||
}
|
}
|
||||||
/-window-rule {
|
/-window-rule {
|
||||||
corner-radius 0
|
corner-radius 0
|
||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
default-column-width {proportion 0.5;}
|
default-column-width {proportion 0.5;}
|
||||||
}
|
}
|
||||||
|
|
@ -120,16 +121,16 @@ 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+L { spawn "hyprlock"; }
|
Mod+Alt+L { spawn "hyprlock"; }
|
||||||
Mod+F { spawn "firefox"; }
|
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+P { spawn "~/.config/waybar/scripts/power.sh";}
|
||||||
Mod+M { spawn "thunderbird";}
|
Mod+M { spawn "thunderbird";}
|
||||||
Mod+T { spawn "gnome-text-editor";}
|
Mod+T { spawn "gnome-text-editor";}
|
||||||
Mod+S { spawn "signal-desktop";}
|
Mod+S { spawn "signal-desktop";}
|
||||||
|
Mod+E { spawn "nemo";}
|
||||||
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+ -l 1.0"; }
|
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.1-"; }
|
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"; }
|
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%"; }
|
XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "--class=backlight" "set" "+5%"; }
|
||||||
XF86MonBrightnessDown 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+Q repeat=false { close-window; }
|
||||||
|
|
||||||
Mod+Left { focus-column-left; }
|
Mod+Left { focus-column-left; }
|
||||||
Mod+Down { focus-window-down; }
|
Mod+Down { focus-workspace-down; }
|
||||||
Mod+Up { focus-window-up; }
|
Mod+Up { focus-workspace-up; }
|
||||||
Mod+Right { focus-column-right; }
|
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+Left { move-column-left; }
|
||||||
Mod+Shift+Down { move-window-down; }
|
Mod+Shift+Down { move-window-down; }
|
||||||
Mod+Shift+Up { move-window-up; }
|
Mod+Shift+Up { move-window-up; }
|
||||||
|
|
@ -191,7 +196,7 @@ binds {
|
||||||
Mod+R { switch-preset-column-width; }
|
Mod+R { switch-preset-column-width; }
|
||||||
Mod+Shift+R { switch-preset-window-height; }
|
Mod+Shift+R { switch-preset-window-height; }
|
||||||
Mod+Ctrl+R { reset-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+Ctrl+F { expand-column-to-available-width;}
|
||||||
Mod+Minus { set-column-width "-10%"; }
|
Mod+Minus { set-column-width "-10%"; }
|
||||||
Mod+Equal { set-column-width "+10%"; }
|
Mod+Equal { set-column-width "+10%"; }
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
awww-daemon &
|
pgrep -x awww-daemon >/dev/null || awww-daemon &
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
awww img "/home/denode/Pictures/wallpaper/minimal01.png" --transition-type simple
|
awww img "/home/denode/Pictures/wallpaper/minimal01.png" --transition-type simple
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,5 @@ line_wrap=word
|
||||||
lines=4
|
lines=4
|
||||||
width=300
|
width=300
|
||||||
no_actions=true
|
no_actions=true
|
||||||
prompt= search...
|
promt=search...
|
||||||
hide_scroll=true
|
hide_scroll=true
|
||||||
|
|
|
||||||
48
files/wofi/wallpicker.css
Normal file
48
files/wofi/wallpicker.css
Normal 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;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue