From 331246bca2a112b3a869053453f90beeb6c6838c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 16 Aug 2024 19:39:20 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 5 +++-- accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf | 2 +- accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf | 2 +- accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf | 2 +- accounts/gkleen@sif/emacs.el | 1 + accounts/gkleen@sif/hyprland.nix | 6 ++++-- 6 files changed, 11 insertions(+), 7 deletions(-) (limited to 'accounts/gkleen@sif') 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 { mpv.config = { demuxer-max-bytes = 1073741824; demuxer-max-back-bytes = 268435456; - # gpu-api = "vulkan"; + gpu-api = "vulkan"; }; zsh.initExtra = "source ${./zshrc}"; @@ -284,6 +284,7 @@ in { size = 10; }; settings = { + background_opacity = "0.9"; enable_audio_bell = false; update_check_interval = 0; strip_trailing_spaces = "smart"; @@ -432,7 +433,7 @@ in { wireplumber = { format = "{icon}"; icon-size = iconSize; - tooltip-format = "{volume}% {desc}"; + tooltip-format = "{volume}% {node_name}"; format-icons = ["󰕿" "󰖀" "󰕾"]; format-muted = "󰝟"; # 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 @@ [urgency_low] -background="#000000" +background="#000000aa" foreground="#999999" 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 @@ [urgency_normal] -background="#000000" +background="#000000aa" foreground="#ffffff" 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 @@ [urgency_critical] -background="#900000" +background="#900000aa" foreground="#ffffff" 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 @@ ;; (set-face-attribute 'default nil :font "Fira Code" :height 49) (set-frame-font "Fira Code 8" nil nil) (load-theme 'modus-vivendi t) +(add-to-list 'default-frame-alist '(alpha-background . 90)) (require 'package) (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 { vibrancy = 0.1696; - # special = true; - # popups = true; + special = true; + popups = true; }; }; @@ -334,5 +334,7 @@ in { layerrule = [ "blur, waybar" "blur, launcher" + "noanim, notifications" + "blur, notifications" ]; } -- cgit v1.2.3