update menu and color config
This commit is contained in:
parent
f64e129716
commit
42fbf21436
2 changed files with 83 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ exec-once = waybar & hyprpaper & mako
|
|||
# ╰──────────────────────────────────────────────────────────╯
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
source = ~/.config/hypr/theme.conf
|
||||
|
||||
# ── Monitors ──────────────────────────────────────────────────────────
|
||||
monitor = , preferred, auto, 1
|
||||
|
|
@ -54,6 +54,9 @@ general {
|
|||
gaps_out = 10
|
||||
border_size = 2
|
||||
|
||||
col.active_border = $teal $teal
|
||||
col.inactive_border = $surface1 $surface1
|
||||
|
||||
# snap {
|
||||
# enabled = true
|
||||
# }
|
||||
|
|
@ -66,7 +69,7 @@ decoration {
|
|||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = rgba($baseAlphaee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
@ -103,7 +106,7 @@ master {
|
|||
|
||||
$mainMod = SUPER
|
||||
|
||||
$menu = bemenu-run -iw -l 20 -P '>' -p 'Open:' --fn 'JetBrainsMono 13' --ab '##24273add' --af '##f4dbd6' --fb '##24273add' --ff '##8bd5ca' --hb '##24273add' --hf '##a6da95' --nb '##24273add' --nf '##f4dbd6' --nf '##f4dbd6' --tb '##24273add' --tf '##c6a0f6dd' --scb '##24273add' --scf '##c6a0f6'
|
||||
$menu = bemenu-run -iwn --binding vim --vim-esc-exits --scrollbar autohide --fixed-height --counter always -l 20 -P '>' -p 'Open:' -B 2 -R 5 --cw '5x' --fn 'JetBrainsMono 13' --bdr '##$tealAlpha' --ab '##$baseAlpha' --af '##$textAlpha' --fb '##$baseAlpha' --ff '##$textAlpha' --cf '##$mauveAlpha' --hb '##$surface0Alpha' --hf '##$tealAlpha' --nb '##$baseAlpha' --nf '##$textAlpha' --tb '##$mauveAlpha' --tf '##$baseAlpha' --scb '##$surface0Alpha' --scf '##$mauveAlpha'
|
||||
|
||||
# ── Spawn ─────────────────────────────────────────────────────────────
|
||||
bind = $mainMod SHIFT, E, exit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue