diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 29 |
3 files changed, 10 insertions, 23 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 8c789939..4913b244 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -284,7 +284,7 @@ in { | |||
284 | size = 10; | 284 | size = 10; |
285 | }; | 285 | }; |
286 | settings = { | 286 | settings = { |
287 | background_opacity = "0.9"; | 287 | # background_opacity = "0.9"; |
288 | enable_audio_bell = false; | 288 | enable_audio_bell = false; |
289 | update_check_interval = 0; | 289 | update_check_interval = 0; |
290 | strip_trailing_spaces = "smart"; | 290 | strip_trailing_spaces = "smart"; |
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 47829df4..7a8eb8f5 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -8,7 +8,7 @@ | |||
8 | ;; (set-face-attribute 'default nil :font "Fira Code" :height 49) | 8 | ;; (set-face-attribute 'default nil :font "Fira Code" :height 49) |
9 | (set-frame-font "Fira Code 8" nil nil) | 9 | (set-frame-font "Fira Code 8" nil nil) |
10 | (load-theme 'modus-vivendi t) | 10 | (load-theme 'modus-vivendi t) |
11 | (add-to-list 'default-frame-alist '(alpha-background . 90)) | 11 | ;; (add-to-list 'default-frame-alist '(alpha-background . 90)) |
12 | 12 | ||
13 | (require 'package) | 13 | (require 'package) |
14 | (setq package-archives nil) | 14 | (setq package-archives nil) |
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 90a7c805..0c7f19cb 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -40,25 +40,7 @@ in { | |||
40 | 40 | ||
41 | decoration = { | 41 | decoration = { |
42 | rounding = 5; | 42 | rounding = 5; |
43 | 43 | dim_special = 0.0; | |
44 | active_opacity = 1.0; | ||
45 | inactive_opacity = 1.0; | ||
46 | |||
47 | drop_shadow = false; | ||
48 | shadow_range = 4; | ||
49 | shadow_render_power = 3; | ||
50 | "col.shadow" = "rgba(1a1a1aee)"; | ||
51 | |||
52 | blur = { | ||
53 | enabled = true; | ||
54 | size = 3; | ||
55 | passes = 1; | ||
56 | |||
57 | vibrancy = 0.1696; | ||
58 | |||
59 | special = true; | ||
60 | popups = true; | ||
61 | }; | ||
62 | }; | 44 | }; |
63 | 45 | ||
64 | animations = { | 46 | animations = { |
@@ -87,8 +69,13 @@ in { | |||
87 | }; | 69 | }; |
88 | 70 | ||
89 | misc = { | 71 | misc = { |
90 | force_default_wallpaper = -1; | 72 | disable_hyprland_logo = true; |
91 | disable_hyprland_logo = false; | 73 | disable_splash_rendering = true; |
74 | focus_on_activate = true; | ||
75 | }; | ||
76 | |||
77 | cursor = { | ||
78 | hide_on_key_press = true; | ||
92 | }; | 79 | }; |
93 | 80 | ||
94 | input = { | 81 | input = { |