This commit is contained in:
2025-10-13 18:59:54 -07:00
parent 1b2a3c6bcc
commit 866037c41b
11 changed files with 61 additions and 54 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
nvim/lazy-lock.json nvim/lazy-lock.json
hypr/hardware.conf hypr/hardware.conf
hypr/monitors.conf

View File

@@ -72,7 +72,7 @@ bind = SUPER ALT, S, resizeactive, 50 0
# Open favourites # Open favourites
bind = SUPER, G, exec, zen-browser bind = SUPER, G, exec, zen-browser
bind = SUPER, C, exec, spotify-launcher bind = SUPER, C, exec, spotify-launcher
bind = SUPER, R, exec, secrets bind = SUPER, R, exec, keepassxc
bind = SUPER, L, exec, kitty bind = SUPER, L, exec, kitty
# Adjust brightness # Adjust brightness
@@ -92,8 +92,8 @@ bind = SUPER, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -
bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m window bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m window
bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output
bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh
bind = , XF86Display, exec, ~/.config/scripts/vnc-toggle.sh bind = SHIFT, XF86Display, exec, ~/.config/scripts/vnc-toggle.sh
bind = SHIFT, XF86Display, exec, killall gjs && ags run bind = , XF86Display, exec, killall gjs && ags run
# MCSR # MCSR
# Thin macro # Thin macro

View File

@@ -1,3 +1,3 @@
$primary = rgba(E7C2D4ff) $primary = rgba(C27DD6ff)
$primary_container = rgba(AE6179ff) $primary_container = rgba(2D1C3Fff)
$background = rgba(1B1922ff) $background = rgba(262229ff)

View File

@@ -61,7 +61,7 @@ decoration {
new_optimizations = true new_optimizations = true
ignore_opacity = true ignore_opacity = true
special = true special = true
brightness = 0.4 brightness = 0.3
xray = true; xray = true;
} }
} }
@@ -88,6 +88,7 @@ animations {
animation = workspaces , 1, 3, easeOut, slide animation = workspaces , 1, 3, easeOut, slide
animation = specialWorkspace , 1, 3, default, slidevert animation = specialWorkspace , 1, 3, default, slidevert
animation = zoomFactor , 1, 3, default animation = zoomFactor , 1, 3, default
animation = monitorAdded , 1, 3, default
} }
dwindle { dwindle {

View File

@@ -1,3 +1,7 @@
<<<<<<< HEAD
# Generated by nwg-displays on 2025-09-21 at 11:46:40. Do not edit manually. # Generated by nwg-displays on 2025-09-21 at 11:46:40. Do not edit manually.
=======
# Generated by nwg-displays on 2025-10-10 at 11:48:17. Do not edit manually.
>>>>>>> bc1e256 (idek atp)
monitor=DP-1,2560x1440@143.97,0x0,1.0 monitor=DP-1,2560x1440@143.97,0x0,1.0

View File

@@ -1,30 +1,30 @@
foreground #C2FDFD foreground #ECE5F0
background #1B1922 background #262229
background_opacity background_opacity
cursor #C0B28E cursor #A795C1
active_tab_foreground #1B1922 active_tab_foreground #262229
active_tab_background #C2FDFD active_tab_background #ECE5F0
inactive_tab_foreground #C2FDFD inactive_tab_foreground #ECE5F0
inactive_tab_background #1B1922 inactive_tab_background #262229
active_border_color #C2FDFD active_border_color #ECE5F0
inactive_border_color #1B1922 inactive_border_color #262229
bell_border_color #AE6179 bell_border_color #2D1C3F
color0 #42404A color0 #4C4850
color8 #70AAAA color8 #9A939E
color1 #AE6179 # color1 #2D1C3F
color9 #AE6179 # color9 #2D1C3F
color2 #BD6720 color2 #624591
color10 #BD6720 color10 #624591
color3 #68A5D6 color3 #837197
color11 #68A5D6 color11 #837197
color4 #BAB695 color4 #B2868D
color12 #BAB695 color12 #B2868D
color5 #E7C2D4 color5 #C27DD6
color13 #E7C2D4 color13 #C27DD6
color6 #52F8F9 color6 #C9B6D5
color14 #52F8F9 color14 #C9B6D5
color7 #A0F3F4 color7 #DCD2E2
color15 #A0F3F4 color15 #DCD2E2

View File

@@ -3,7 +3,11 @@ include colors.conf
background_opacity 0 background_opacity 0
font_family ComicShannsMono Nerd Font font_family ComicShannsMono Nerd Font
<<<<<<< HEAD
font_size 18 font_size 18
=======
font_size 14
>>>>>>> bc1e256 (idek atp)
cursor #cdf cursor #cdf
cursor_trail 1 cursor_trail 1

View File

@@ -35,10 +35,12 @@ vim.cmd([[
no i a no i a
no A I no A I
no I A no I A
no k o
no j J no j J
no - t no J <Up>j
no _ T no f f
no F t
no k F
no K T
no h <left> no h <left>
no t <up> no t <up>
@@ -56,6 +58,7 @@ vim.cmd([[
no <c-t> : no <c-t> :
ino <c-t> <c-o>: ino <c-t> <c-o>:
cno <c-h> <esc> cno <c-h> <esc>
nn * o$ $<Left><Left>
no <c-f> / no <c-f> /
nn <enter> :noh<enter> nn <enter> :noh<enter>
@@ -73,5 +76,6 @@ vim.cmd([[
colorscheme catppuccin colorscheme catppuccin
]]) ]])
vim.api.nvim_set_hl(0, "Pmenu", { bg = nil }) vim.api.nvim_set_hl(0, "Pmenu", { bg = nil, force = true })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = nil }) vim.api.nvim_set_hl(0, "FloatBorder", { bg = nil, force = true })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = nil, force = true })

View File

@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } }, install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = true, notify = false },
}) })

View File

@@ -39,13 +39,6 @@ return {
"kind", "kind",
} } } }
}, },
components = {
label = {
text = {
background = "#ffffff"
},
}
}
}, },
documentation = { documentation = {
auto_show = true, auto_show = true,

View File

@@ -25,19 +25,19 @@ success_symbol = "[](green bold)"
error_symbol = "[](pink)" error_symbol = "[](pink)"
[directory] [directory]
style = "bg:none fg:#7A4455" style = "bg:none fg:#20142C"
format = "[]($style)[󱗆 $path](bg:#7A4455 fg:#C2FDFD)[ ]($style)" format = "[]($style)[󱗆 $path](bg:#20142C fg:#ECE5F0)[ ]($style)"
truncation_length = 3 truncation_length = 3
truncate_to_repo=false truncate_to_repo=false
[git_branch] [git_branch]
style = "bg:none fg:#7A4455" style = "bg:none fg:#20142C"
format = "[]($style)[[ ](bg:#7A4455 fg:#C2FDFD)$branch](bg:#7A4455 fg:#C2FDFD)[ ]($style)" format = "[]($style)[[ ](bg:#20142C fg:#ECE5F0)$branch](bg:#20142C fg:#ECE5F0)[ ]($style)"
[git_status] [git_status]
# $all status$ahead_behind # $all status$ahead_behind
style = "bg:none fg:#7A4455" style = "bg:none fg:#20142C"
format = "[]($style)[$all_status$ahead_behind](bg:#7A4455 fg:#C2FDFD)[ ]($style)" format = "[]($style)[$all_status$ahead_behind](bg:#20142C fg:#ECE5F0)[ ]($style)"
conflicted = "=" conflicted = "="
ahead = "⇡${count}" ahead = "⇡${count}"
behind = "⇣${count}" behind = "⇣${count}"
@@ -53,8 +53,8 @@ deleted = "${count}"
[cmd_duration] [cmd_duration]
min_time = 1 min_time = 1
# duration & style # duration & style
style = "bg:none fg:#7A4455" style = "bg:none fg:#20142C"
format = "[]($style)[$duration](bg:#7A4455 fg:#C2FDFD)[]($style)" format = "[]($style)[$duration](bg:#20142C fg:#ECE5F0)[]($style)"
disabled = false disabled = false
[palettes.catppuccin_mocha] [palettes.catppuccin_mocha]