all the work to make stylix work again, just need to update the flake lock when it's time
This commit is contained in:
parent
480bdcdcc4
commit
e4839e4d2e
6 changed files with 114 additions and 317 deletions
|
@ -4,6 +4,7 @@
|
|||
# catppuccin.enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Atkinson Monolegible:size=12";
|
||||
};
|
||||
|
||||
mouse = {
|
||||
|
|
|
@ -13,33 +13,33 @@
|
|||
programs.plasma = {
|
||||
enable = true;
|
||||
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
||||
# kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}";
|
||||
# fonts = {
|
||||
# fixedWidth = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.monospace.name}";
|
||||
# };
|
||||
# general = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.serif.name}";
|
||||
# };
|
||||
# menu = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# small = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# toolbar = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# windowTitle = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# };
|
||||
kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}";
|
||||
fonts = {
|
||||
fixedWidth = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.monospace.name}";
|
||||
};
|
||||
general = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.serif.name}";
|
||||
};
|
||||
menu = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
small = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
toolbar = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
windowTitle = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
};
|
||||
panels = [
|
||||
{
|
||||
alignment = "left";
|
||||
|
@ -82,6 +82,7 @@
|
|||
"qBittorrent"
|
||||
"vlc"
|
||||
"steam"
|
||||
"Thunderbird Daily"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue