Compare commits
3 commits
0f782f21c8
...
442c3cec92
Author | SHA1 | Date | |
---|---|---|---|
442c3cec92 | |||
fb18de26a0 | |||
2fcd6ed271 |
2 changed files with 5 additions and 34 deletions
|
@ -23,9 +23,7 @@ in
|
||||||
../waybar
|
../waybar
|
||||||
../swayidle
|
../swayidle
|
||||||
../gammastep
|
../gammastep
|
||||||
# ../wezterm
|
../swaync
|
||||||
# ../wayvnc
|
|
||||||
# ../swaync
|
|
||||||
../foot
|
../foot
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -68,33 +66,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.kanshi = {
|
|
||||||
# enable = true;
|
|
||||||
# systemdTarget = "hyprland-session.target";
|
|
||||||
# profiles = {
|
|
||||||
# undocked = {
|
|
||||||
# outputs = [
|
|
||||||
# {
|
|
||||||
# status = "enable";
|
|
||||||
# criteria = "eDP-1";
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# docked = {
|
|
||||||
# outputs = [
|
|
||||||
# {
|
|
||||||
# status = "disable";
|
|
||||||
# criteria = "eDP-1";
|
|
||||||
# }
|
|
||||||
# {
|
|
||||||
# status = "enable";
|
|
||||||
# criteria = "DP-1";
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
home.file.".icons/catppuccin-mocha-sapphire" = {
|
home.file.".icons/catppuccin-mocha-sapphire" = {
|
||||||
source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors";
|
source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
@ -99,10 +99,10 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
|
|
||||||
drop_shadow = true
|
# drop_shadow = true
|
||||||
shadow_range = 4
|
# shadow_range = 4
|
||||||
shadow_render_power = 3
|
# shadow_render_power = 3
|
||||||
col.shadow = rgba(a8cfee11)
|
# col.shadow = rgba(a8cfee11)
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
Loading…
Add table
Reference in a new issue