Switch to uwsm

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-06-03 13:00:07 +01:00
parent 1f44a8b6bc
commit b12fa0e811
19 changed files with 153 additions and 190 deletions

View File

@@ -4,7 +4,7 @@ export default () => (
<button
className="launcher"
onClickRelease={() =>
execAsync('bash -c "rofi -cache-dir $XDG_CACHE_HOME/rofi -show drun"')
execAsync('bash -c "rofi -cache-dir $XDG_CACHE_HOME/rofi -show drun -run-command \"uwsm app -- {cmd}\""')
}
>
<icon className="icon" icon="nix-snowflake-symbolic" />;

View File

@@ -39,6 +39,8 @@ in
theme.template.".config/astal/theme.sass".source = ./theme.sass;
systemd.user = {
services.ags.Unit.After = [ "graphical-session.target" ];
targets.tray.Unit = {
BindsTo = [ "ags.service" ];
After = [