hypridle fix so it really only runs on laptop
This commit is contained in:
parent
647a27799b
commit
56d751f725
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
hostname=$(hostname)
|
hostname=$(hostname)
|
||||||
|
|
||||||
[ "$hostname" = "latop" ] && hyprilde
|
if [ "$hostname" = "laptop" ]; then
|
||||||
|
hyprilde
|
||||||
|
fi
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue