sway: remove gtk window decoration

This commit is contained in:
Leonardo Eugênio 2023-02-25 16:43:58 -03:00
parent 1beedef599
commit 313a8e168a
5 changed files with 68 additions and 3 deletions

View file

@ -36,7 +36,10 @@
'';
};
papirus_red = (final.unstable.papirus-icon-theme.override { color = "red"; });
orchis_theme_compact = (final.orchis-theme.override { tweaks = [ "compact" "solid" ]; });
orchis_theme_compact = (final.orchis-theme.override {
border-radius = 0;
tweaks = [ "compact" "solid" ];
});
nerdfonts_fira_hack = (final.nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; });
});