Add inactive opacity, re-enable missing gtk config for hyprland

This commit is contained in:
Evie Litherland-Smith 2023-04-12 14:02:03 +01:00
parent d49fecfb6c
commit 1f67f862e3
2 changed files with 3 additions and 12 deletions

View file

@ -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

View file

@ -9,6 +9,7 @@ in
{
imports = [
hyprland.homeManagerModules.default
./gtk.nix
./dunst.nix
./waybar.nix
];