Revert "468 current 2024-04-24 13:42:05 24.05.20240423.0a0027c 6.8.6-zen1 *"
This reverts commit f378aa57eb.
This commit is contained in:
parent
f378aa57eb
commit
47630b913e
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# home.nix
|
# home.nix
|
||||||
{theme, ...}: {
|
{theme, ...}: {
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = with theme.colors; {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
|
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
|
||||||
|
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||||
apply_sens_to_raw = 0;
|
apply_sens_to_raw = 0;
|
||||||
|
|
||||||
|
# active border color
|
||||||
|
"col.active_border" = "rgb(${rose})";
|
||||||
|
"col.inactive_border" = "rgb(${muted})";
|
||||||
};
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
@ -45,6 +49,7 @@
|
||||||
drop_shadow = "yes";
|
drop_shadow = "yes";
|
||||||
shadow_range = 60;
|
shadow_range = 60;
|
||||||
shadow_render_power = 5;
|
shadow_render_power = 5;
|
||||||
|
"col.shadow" = "rgba(07061f29)";
|
||||||
};
|
};
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ in {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||||
catppuccin.enable = true;
|
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
variables = ["--all"];
|
variables = ["--all"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue