Compare commits

..

2 Commits

Author SHA1 Message Date
c4d6b613f3 add gitignore for generated color files 2026-01-21 19:14:33 +01:00
3bb8ef95dc add gitignore for generated color files 2026-01-21 19:14:29 +01:00
9 changed files with 23 additions and 51 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
./kitty/colors.conf
./fuzzel/colors.ini
./quickshell/Colors.qml
./hypr/colors.conf

View File

@ -1,7 +0,0 @@
[colors]
background=111318ff
text=e2e2e9ff
match=bec6dcff
selection=bec6dcff
selection-text=111318ff
border=bec6dcff

View File

@ -1,5 +0,0 @@
# Hyprland with colors from matugen
general {
col.active_border = rgba(e2e2e9ff)
col.inactive_border = rgba(111318ee)
}

View File

@ -88,7 +88,7 @@ env = HYPRCURSOR_SIZE,24
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 10
border_size = 2 border_size = 2
@ -105,7 +105,7 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration { decoration {
rounding = 25 rounding = 24
rounding_power = 2 rounding_power = 2
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
@ -186,6 +186,9 @@ misc {
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
} }
xwayland {
enabled = false
}
############# #############
### INPUT ### ### INPUT ###
@ -198,10 +201,9 @@ input {
kb_model = kb_model =
kb_options = kb_options =
kb_rules = kb_rules =
repeat_rate = 80 follow_mouse = 1
repeat_delay = 200 repeat_rate = 100
repeat_delay = 300
follow_mouse = 1
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification. sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
accel_profile = flat accel_profile = flat
@ -238,8 +240,6 @@ bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, space, exec, $menu bind = $mainMod, space, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, N, exec, kitty nvim bind = $mainMod, N, exec, kitty nvim
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys

View File

@ -1,27 +0,0 @@
# The kitty terminal template for matugen
cursor #aac7ff
background #0d0e12
foreground #e2e2e9
color0 #111318
color1 #ffb4ab
color2 #aac7ff
color3 #dcbce0
color4 #bec6dc
color5 #274777
color6 #3e4759
color7 #e2e2e9
color8 #44474e
color9 #93000a
color10 #415f91
color11 #f9d8fd
color12 #dae2f9
color13 #d6e3ff
color14 #c4c6d0
color15 #e2e2e9
# Matugen filters are slightly different, approximating saturation/lightness logic
mark1_foreground #3e4759
mark2_foreground #e2e2e9
mark3_foreground #3e4759

View File

@ -5,7 +5,7 @@ dynamic_background_opacity yes
font_size 10 font_size 10
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family "Google Sans Code" font_family family="0xProto Nerd Font Mono"
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto

View File

@ -5,8 +5,14 @@ dynamic_background_opacity yes
font_size 10 font_size 10
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family family="CommitMono Nerd Font Mono" font_family family="IosevkaTermSlab Nerd Font Mono"
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
# END_KITTY_FONTS # END_KITTY_FONTS
enabled_layouts horizontal
map kitty_mod ctrl+shift
map ctrl+shift+n launch --cwd=current
map ctrl+shift+w close_window
map ctrl+shift+l resize_window narrower
map ctrl+shift+h resize_window wider

2
nvim

@ -1 +1 @@
Subproject commit 700567314f208afdaed77582bab76f9012d290f2 Subproject commit c0aa83bbee7b033f0ff2e66de7387f6de3343b85

@ -1 +1 @@
Subproject commit 49308bee1a400085a5c60e0b2bc3858188633366 Subproject commit 5b3d05168a5e4a81be6bedf1973697afe396a117