Compare commits
4 Commits
51eb7b3eeb
...
b4d2bf23ad
| Author | SHA1 | Date | |
|---|---|---|---|
| b4d2bf23ad | |||
| 0b32c15438 | |||
| c4d5f1455e | |||
| 3d28928ce3 |
@@ -133,7 +133,6 @@
|
|||||||
customModules = {
|
customModules = {
|
||||||
cava = {
|
cava = {
|
||||||
showIcon = false;
|
showIcon = false;
|
||||||
framerate = 165;
|
|
||||||
};
|
};
|
||||||
cpuTemp.sensor = "/sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/hwmon2/temp3_input";
|
cpuTemp.sensor = "/sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/hwmon2/temp3_input";
|
||||||
netstat.rateUnit = "MiB";
|
netstat.rateUnit = "MiB";
|
||||||
@@ -315,7 +314,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
#"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
|
||||||
"$terminal" = "alacritty";
|
"$terminal" = "alacritty";
|
||||||
"$filemanager" = "dolphin";
|
"$filemanager" = "dolphin";
|
||||||
"$menu" = "rofi -show drun -show-icons";
|
"$menu" = "rofi -show drun -show-icons";
|
||||||
@@ -519,7 +517,6 @@
|
|||||||
"clipse -listen"
|
"clipse -listen"
|
||||||
"streamcontroller"
|
"streamcontroller"
|
||||||
#"session-desktop"
|
#"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-clipboard-history -t"
|
||||||
#"wl-paste --watch cliphist store"
|
#"wl-paste --watch cliphist store"
|
||||||
#"rm $HOME/.cache/cliphist/db"
|
#"rm $HOME/.cache/cliphist/db"
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
"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, ... }:
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
programs.hyprpanel = {
|
||||||
|
settings = {
|
||||||
|
bar = {
|
||||||
|
customModules = {
|
||||||
|
cava = {
|
||||||
|
framerate = lib.mkForce 165;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
"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