Add inactive opacity, re-enable missing gtk config for hyprland
This commit is contained in:
parent
d49fecfb6c
commit
1f67f862e3
14
nixos/home-manager/env/config/hypr/hyprland.conf
vendored
14
nixos/home-manager/env/config/hypr/hyprland.conf
vendored
|
@ -1,15 +1,3 @@
|
|||
|
||||
########################################################################################
|
||||
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.
|
||||
########################################################################################
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=,preferred,auto,auto
|
||||
monitor=HDMI-A-1,preferred,auto,auto
|
||||
|
@ -60,6 +48,8 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
rounding = 10
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
|
|
1
nixos/home-manager/env/hyprland.nix
vendored
1
nixos/home-manager/env/hyprland.nix
vendored
|
@ -9,6 +9,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
hyprland.homeManagerModules.default
|
||||
./gtk.nix
|
||||
./dunst.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue