Compare commits

...

2 Commits

Author SHA1 Message Date
Sweetbread 9d30ab07fa vpn: change engine 2026-04-03 22:45:28 +03:00
Sweetbread b0c9f8dabf fixup! wip: cava 2026-04-03 22:44:41 +03:00
2 changed files with 3 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
environment = { environment = {
V2RAYA_LOG_FILE = "/var/log/v2raya/v2raya.log"; V2RAYA_LOG_FILE = "/var/log/v2raya/v2raya.log";
V2RAYA_V2RAY_BIN = pkgs.lib.getExe pkgs.xray;
V2RAY_LOCATION_ASSET = "/etc/v2raya"; V2RAY_LOCATION_ASSET = "/etc/v2raya";
XRAY_LOCATION_ASSET = "/etc/v2raya"; XRAY_LOCATION_ASSET = "/etc/v2raya";
}; };
+2 -7
View File
@@ -32,15 +32,10 @@
cava = { cava = {
bars = 14; bars = 14;
sleep_timer = 5;
hide_on_silence = true; hide_on_silence = true;
method = "pulse";
stereo = true;
reverse = false;
bar_delimiter = 0; bar_delimiter = 0;
monstercat = false; input_delay = 0;
waves = false;
noise_reduction = 0.77;
input_delay = 2;
format-icons = [" " "" "" "" "" "" "" "" ""]; format-icons = [" " "" "" "" "" "" "" "" ""];
}; };