chore: disable hyprland-focus plugin and style borders
This commit is contained in:
parent
cc25883afc
commit
09a219dd8b
|
@ -9,7 +9,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./programs/fish/config.nix
|
./programs/fish/config.nix
|
||||||
./programs/git.nix
|
./programs/git.nix
|
||||||
./programs/hyprland/config.nix
|
./programs/hyprland
|
||||||
./programs/mangohud.nix
|
./programs/mangohud.nix
|
||||||
./programs/obs-studio.nix
|
./programs/obs-studio.nix
|
||||||
./programs/rofi/default.nix
|
./programs/rofi/default.nix
|
||||||
|
|
|
@ -11,44 +11,37 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
||||||
########################################################################################
|
|
||||||
AUTOGENERATED HYPR CONFIG.
|
|
||||||
PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
|
||||||
OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|
||||||
########################################################################################
|
|
||||||
|
|
||||||
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland
|
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland
|
||||||
$rosewaterAlpha = f4dbd6
|
$rosewaterAlpha = rgb(f4dbd6)
|
||||||
$flamingoAlpha = f0c6c6
|
$flamingoAlpha = rgb(f0c6c6)
|
||||||
$pinkAlpha = f5bde6
|
$pinkAlpha = rgb(f5bde6)
|
||||||
$mauveAlpha = c6a0f6
|
$mauveAlpha = rgb(c6a0f6)
|
||||||
$redAlpha = ed8796
|
$redAlpha = rgb(ed8796)
|
||||||
$maroonAlpha = ee99a0
|
$maroonAlpha = rgb(ee99a0)
|
||||||
$peachAlpha = f5a97f
|
$peachAlpha = rgb(f5a97f)
|
||||||
$yellowAlpha = eed49f
|
$yellowAlpha = rgb(eed49f)
|
||||||
$greenAlpha = a6da95
|
$greenAlpha = rgb(a6da95)
|
||||||
$tealAlpha = 8bd5ca
|
$tealAlpha = rgb(8bd5ca)
|
||||||
$skyAlpha = 91d7e3
|
$skyAlpha = rgb(91d7e3)
|
||||||
$sapphireAlpha = 7dc4e4
|
$sapphireAlpha = rgb(7dc4e4)
|
||||||
$blueAlpha = 8aadf4
|
$blueAlpha = rgb(8aadf4)
|
||||||
$lavenderAlpha = b7bdf8
|
$lavenderAlpha = rgb(b7bdf8)
|
||||||
|
|
||||||
$textAlpha = cad3f5
|
$textAlpha = rgb(cad3f5)
|
||||||
$subtext1Alpha = b8c0e0
|
$subtext1Alpha = rgb(b8c0e0)
|
||||||
$subtext0Alpha = a5adcb
|
$subtext0Alpha = rgb(a5adcb)
|
||||||
|
|
||||||
$overlay2Alpha = 939ab7
|
$overlay2Alpha = rgb(939ab7)
|
||||||
$overlay1Alpha = 8087a2
|
$overlay1Alpha = rgb(8087a2)
|
||||||
$overlay0Alpha = 6e738d
|
$overlay0Alpha = rgb(6e738d)
|
||||||
|
|
||||||
$surface2Alpha = 5b6078
|
$surface2Alpha = rgb(5b6078)
|
||||||
$surface1Alpha = 494d64
|
$surface1Alpha = rgb(494d64)
|
||||||
$surface0Alpha = 363a4f
|
$surface0Alpha = rgb(363a4f)
|
||||||
|
|
||||||
$baseAlpha = 24273a
|
$baseAlpha = rgb(24273a)
|
||||||
$mantleAlpha = 1e2030
|
$mantleAlpha = rgb(1e2030)
|
||||||
$crustAlpha = 181926
|
$crustAlpha = rgb(181926)
|
||||||
|
|
||||||
$rosewater = 0xfff5e0dc
|
$rosewater = 0xfff5e0dc
|
||||||
$flamingo = 0xfff2cdcd
|
$flamingo = 0xfff2cdcd
|
||||||
|
@ -128,11 +121,11 @@
|
||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
gaps_in = 5
|
gaps_in = 6
|
||||||
gaps_out = 20
|
gaps_out = 18
|
||||||
border_size = 0 # Removed because of hyprfocus plugin
|
border_size = 2
|
||||||
col.active_border = $lavender
|
col.active_border = $lavender $red 15deg
|
||||||
col.inactive_border = $crust
|
col.inactive_border = $yellow $sapphire 15deg
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
@ -280,7 +273,7 @@
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugin:hyprfocus {
|
plugin:hyprfocus {
|
||||||
enabled = yes
|
enabled = no
|
||||||
|
|
||||||
keyboard_focus_animation = shrink
|
keyboard_focus_animation = shrink
|
||||||
mouse_focus_animation = shrink
|
mouse_focus_animation = shrink
|
Loading…
Reference in a new issue