fix(sway): rework theme for gpg pinentry

This commit is contained in:
Yorick Barbanneau 2025-04-04 23:59:02 +02:00
parent 1dd60c2291
commit 3328f4a4f5

View file

@ -169,7 +169,18 @@ in
app_id = "^.*"; app_id = "^.*";
}; };
} }
]; {
command = "border pixel 1";
criteria = {
app_id = "gcr-prompter";
};
}
{
command = "floating enable, resize set 70ppt 70ppt, border pixel 1";
criteria = {
title = "^Open .*$";
};
}];
}; };
gaps = { gaps = {
smartGaps = true; smartGaps = true;
@ -196,7 +207,6 @@ in
default_orientation auto default_orientation auto
workspace_layout default workspace_layout default
font pango:Fira Code Nerd Font Mono 10 font pango:Fira Code Nerd Font Mono 10
default_border pixel 1
title_align right title_align right
''; '';
}; };