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/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#monitor=,preferred,auto,auto
|
#monitor=,preferred,auto,auto
|
||||||
monitor=HDMI-A-1,preferred,auto,auto
|
monitor=HDMI-A-1,preferred,auto,auto
|
||||||
|
@ -60,6 +48,8 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
|
active_opacity = 1.0
|
||||||
|
inactive_opacity = 0.8
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = yes
|
blur = yes
|
||||||
blur_size = 3
|
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 = [
|
imports = [
|
||||||
hyprland.homeManagerModules.default
|
hyprland.homeManagerModules.default
|
||||||
|
./gtk.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue