hypridle fix so it really only runs on laptop

This commit is contained in:
joygnu 2024-08-23 22:03:36 +02:00
parent 647a27799b
commit 56d751f725
2 changed files with 7 additions and 4 deletions

View file

@ -2,5 +2,6 @@
hostname=$(hostname) hostname=$(hostname)
[ "$hostname" = "latop" ] && hyprilde if [ "$hostname" = "laptop" ]; then
hyprilde
fi

View file

@ -95,7 +95,8 @@
}; };
}; };
}; };
style = '' style =
''
@define-color cc-bg #282828; @define-color cc-bg #282828;
@define-color noti-border-color #32302f; @define-color noti-border-color #32302f;
@ -324,7 +325,8 @@
border: none; border: none;
background: transparent background: transparent
} }
''; ''
;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [