Compare commits
7 Commits
91b1dda8b2
...
51eb7b3eeb
| Author | SHA1 | Date | |
|---|---|---|---|
| 51eb7b3eeb | |||
| d442d383c3 | |||
| f06e69d4f4 | |||
| b365f6ed53 | |||
| 81d78201a2 | |||
| b43acc0b61 | |||
| 0c3777d0fa |
@@ -133,7 +133,6 @@
|
||||
customModules = {
|
||||
cava = {
|
||||
showIcon = false;
|
||||
framerate = 165;
|
||||
};
|
||||
cpuTemp.sensor = "/sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/hwmon2/temp3_input";
|
||||
netstat.rateUnit = "MiB";
|
||||
@@ -315,7 +314,6 @@
|
||||
];
|
||||
|
||||
settings = {
|
||||
#"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
||||
"$terminal" = "alacritty";
|
||||
"$filemanager" = "dolphin";
|
||||
"$menu" = "rofi -show drun -show-icons";
|
||||
@@ -519,7 +517,6 @@
|
||||
"clipse -listen"
|
||||
"streamcontroller"
|
||||
#"session-desktop"
|
||||
"mpvpaper --gpu-api=vulkan -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' DP-2 /home/jay/nixos-config/hosts/nixos/wipeout.mkv"
|
||||
#"wl-clipboard-history -t"
|
||||
#"wl-paste --watch cliphist store"
|
||||
#"rm $HOME/.cache/cliphist/db"
|
||||
|
||||
BIN
nodes/hosts/common/wallpapers/210888.jpg
Normal file
BIN
nodes/hosts/common/wallpapers/210888.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 623 KiB |
BIN
nodes/hosts/common/wallpapers/jjying.jpg
Executable file
BIN
nodes/hosts/common/wallpapers/jjying.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 876 KiB |
BIN
nodes/hosts/common/wallpapers/qat02.png
Executable file
BIN
nodes/hosts/common/wallpapers/qat02.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
BIN
nodes/hosts/common/wallpapers/wipeout.mkv
Normal file
BIN
nodes/hosts/common/wallpapers/wipeout.mkv
Normal file
Binary file not shown.
BIN
nodes/hosts/common/wallpapers/wipeout.png
Normal file
BIN
nodes/hosts/common/wallpapers/wipeout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 433 KiB |
BIN
nodes/hosts/common/wallpapers/wipeoutreverse.png
Normal file
BIN
nodes/hosts/common/wallpapers/wipeoutreverse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
nodes/hosts/common/wallpapers/wpgrey.jpg
Normal file
BIN
nodes/hosts/common/wallpapers/wpgrey.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
@@ -10,12 +10,23 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
bar = {
|
||||
customModules = {
|
||||
cava = {
|
||||
framerate = lib.mkForce 120;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||
exec-once = [
|
||||
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 ../../../common/wallpapers/wipeout.mkv"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,9 +1,24 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.hyprpanel = {
|
||||
settings = {
|
||||
bar = {
|
||||
customModules = {
|
||||
cava = {
|
||||
framerate = lib.mkForce 165;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
||||
exec-once = [
|
||||
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' DP-2 ../../../common/wallpapers/wipeout.mkv"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user