Compare commits

..

No commits in common. "c4d6b613f3f257727a3986953911ba503159cd15" and "bd57710c46579cdee12c0bd4a30ae7b828eb366b" have entirely different histories.

9 changed files with 51 additions and 23 deletions

5
.gitignore vendored
View File

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

7
fuzzel/colors.ini Normal file
View File

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

5
hypr/colors.conf Normal file
View File

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

27
kitty/colors.conf Normal file
View File

@ -0,0 +1,27 @@
# 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
# BEGIN_KITTY_FONTS
font_family family="0xProto Nerd Font Mono"
font_family "Google Sans Code"
bold_font auto
italic_font auto
bold_italic_font auto

View File

@ -5,14 +5,8 @@ dynamic_background_opacity yes
font_size 10
# BEGIN_KITTY_FONTS
font_family family="IosevkaTermSlab Nerd Font Mono"
font_family family="CommitMono Nerd Font Mono"
bold_font auto
italic_font auto
bold_italic_font auto
# 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 c0aa83bbee7b033f0ff2e66de7387f6de3343b85
Subproject commit 700567314f208afdaed77582bab76f9012d290f2

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