summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix5
1 files changed, 3 insertions, 2 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 = ["&#xf057f;" "&#xf0580;" "&#xf057e;"]; 437 format-icons = ["&#xf057f;" "&#xf0580;" "&#xf057e;"];
437 format-muted = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">&#xf075f;</span>"; 438 format-muted = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">&#xf075f;</span>";
438 # ignored-sinks = ["Easy Effects Sink"]; 439 # ignored-sinks = ["Easy Effects Sink"];