diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 5 | ||||
-rw-r--r-- | accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 6 |
6 files changed, 11 insertions, 7 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 7c114856..8c789939 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -244,7 +244,7 @@ in { | |||
244 | mpv.config = { | 244 | mpv.config = { |
245 | demuxer-max-bytes = 1073741824; | 245 | demuxer-max-bytes = 1073741824; |
246 | demuxer-max-back-bytes = 268435456; | 246 | demuxer-max-back-bytes = 268435456; |
247 | # gpu-api = "vulkan"; | 247 | gpu-api = "vulkan"; |
248 | }; | 248 | }; |
249 | 249 | ||
250 | zsh.initExtra = "source ${./zshrc}"; | 250 | zsh.initExtra = "source ${./zshrc}"; |
@@ -284,6 +284,7 @@ in { | |||
284 | size = 10; | 284 | size = 10; |
285 | }; | 285 | }; |
286 | settings = { | 286 | settings = { |
287 | background_opacity = "0.9"; | ||
287 | enable_audio_bell = false; | 288 | enable_audio_bell = false; |
288 | update_check_interval = 0; | 289 | update_check_interval = 0; |
289 | strip_trailing_spaces = "smart"; | 290 | strip_trailing_spaces = "smart"; |
@@ -432,7 +433,7 @@ in { | |||
432 | wireplumber = { | 433 | wireplumber = { |
433 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; | 434 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; |
434 | icon-size = iconSize; | 435 | icon-size = iconSize; |
435 | tooltip-format = "{volume}% {desc}"; | 436 | tooltip-format = "{volume}% {node_name}"; |
436 | format-icons = ["󰕿" "󰖀" "󰕾"]; | 437 | format-icons = ["󰕿" "󰖀" "󰕾"]; |
437 | format-muted = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">󰝟</span>"; | 438 | format-muted = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">󰝟</span>"; |
438 | # ignored-sinks = ["Easy Effects Sink"]; | 439 | # ignored-sinks = ["Easy Effects Sink"]; |
diff --git a/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf b/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf index 442cc243..98c94b64 100644 --- a/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf +++ b/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | [urgency_low] | 1 | [urgency_low] |
2 | background="#000000" | 2 | background="#000000aa" |
3 | foreground="#999999" | 3 | foreground="#999999" |
4 | timeout=5 \ No newline at end of file | 4 | timeout=5 \ No newline at end of file |
diff --git a/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf b/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf index a95dfdf1..f8fa8e2d 100644 --- a/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf +++ b/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | [urgency_normal] | 1 | [urgency_normal] |
2 | background="#000000" | 2 | background="#000000aa" |
3 | foreground="#ffffff" | 3 | foreground="#ffffff" |
4 | timeout=15 \ No newline at end of file | 4 | timeout=15 \ No newline at end of file |
diff --git a/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf b/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf index d57fe91c..a08bf4b1 100644 --- a/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf +++ b/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | [urgency_critical] | 1 | [urgency_critical] |
2 | background="#900000" | 2 | background="#900000aa" |
3 | foreground="#ffffff" | 3 | foreground="#ffffff" |
4 | timeout=0 | 4 | timeout=0 |
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 0bc61cbf..47829df4 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -8,6 +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 | 12 | ||
12 | (require 'package) | 13 | (require 'package) |
13 | (setq package-archives nil) | 14 | (setq package-archives nil) |
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index f77856f3..90a7c805 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -56,8 +56,8 @@ in { | |||
56 | 56 | ||
57 | vibrancy = 0.1696; | 57 | vibrancy = 0.1696; |
58 | 58 | ||
59 | # special = true; | 59 | special = true; |
60 | # popups = true; | 60 | popups = true; |
61 | }; | 61 | }; |
62 | }; | 62 | }; |
63 | 63 | ||
@@ -334,5 +334,7 @@ in { | |||
334 | layerrule = [ | 334 | layerrule = [ |
335 | "blur, waybar" | 335 | "blur, waybar" |
336 | "blur, launcher" | 336 | "blur, launcher" |
337 | "noanim, notifications" | ||
338 | "blur, notifications" | ||
337 | ]; | 339 | ]; |
338 | } | 340 | } |