this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

home/services/hypridle: remove stylix

-10
-10
modules/home/services/hypridle/default.nix
··· 28 28 }; 29 29 30 30 input-field = { 31 - font_family = config.stylix.fonts.sansSerif.name; 32 31 rounding = 10; 33 32 }; 34 33 35 34 shape = [ 36 35 { 37 - border_color = "rgb(${config.lib.stylix.colors.base0D})"; 38 36 border_size = 8; 39 - color = "rgb(${config.lib.stylix.colors.base00})"; 40 37 halign = "center"; 41 38 position = "-33%, 0"; 42 39 rotate = 0; 43 40 rounding = 10; 44 - shadow_color = "rgb(${config.lib.stylix.colors.base01})"; 45 41 shadow_passes = 3; 46 42 size = "600, 600"; 47 43 valign = "center"; ··· 51 47 52 48 label = [ 53 49 { 54 - color = "rgb(${config.lib.stylix.colors.base05})"; 55 - font_family = config.stylix.fonts.sansSerif.name; 56 50 font_size = 40; 57 51 halign = "center"; 58 52 position = "-33%, 200"; ··· 61 55 valign = "center"; 62 56 } 63 57 { 64 - color = "rgb(${config.lib.stylix.colors.base05})"; 65 - font_family = config.stylix.fonts.sansSerif.name; 66 58 font_size = 40; 67 59 halign = "center"; 68 60 position = "-33%, -200"; ··· 71 63 valign = "center"; 72 64 } 73 65 { 74 - color = "rgb(${config.lib.stylix.colors.base05})"; 75 - font_family = config.stylix.fonts.sansSerif.name; 76 66 font_size = 24; 77 67 halign = "center"; 78 68 position = "-33%, 0";