switched to catppuccin

This commit is contained in:
Vali 2024-07-08 23:20:57 +02:00
commit ff0fa258e4
4 changed files with 28 additions and 25 deletions

View file

@ -97,7 +97,8 @@
themes = { themes = {
stylix = { stylix = {
enable = true; enable = true;
scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml"; # scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
cursor = {size = 28;}; cursor = {size = 28;};
fontsizes = { fontsizes = {
terminal = 18; terminal = 18;

View file

@ -1,3 +1,4 @@
# Credits to raf, his flake is in the README.md
{ {
config, config,
lib, lib,

View file

View file

@ -32,10 +32,10 @@ in {
enabled = true; enabled = true;
locations = {Zurich = "Europe/Zurich";}; locations = {Zurich = "Europe/Zurich";};
position = { position = {
top = 1; top = 0;
left = 1; left = 0;
height = 1; height = 2;
width = 1; width = 3;
}; };
refreshInterval = 15; refreshInterval = 15;
sort = "alphabetical"; sort = "alphabetical";
@ -51,14 +51,14 @@ in {
git = { git = {
enabled = true; enabled = true;
showModuleName = true; showModuleName = true;
commitCount = 5; commitCount = 50;
commitFormat = "[forestgreen]%h [%grey]%cd [white]%s [grey]%an[white]"; commitFormat = "[forestgreen]%h [grey]%cd [white]%s [grey]%an[white]";
dateFormat = "%H:%M %d %b %y"; dateFormat = "%H:%M %d %b %y";
position = { position = {
top = 1; top = 0;
left = 5; left = 5;
height = 5; height = 4;
width = 1; width = 4;
}; };
refreshInterval = 10; refreshInterval = 10;
repositories = [ repositories = [
@ -68,12 +68,12 @@ in {
}; };
ipapi = { ipapi = {
enabled = true; enabled = true;
refreshInterval = 150; refreshInterval = 300;
position = { position = {
top = 1; top = 6;
left = 2; left = 0;
height = 1; height = 3;
width = 1; width = 3;
}; };
colors = { colors = {
name = "red"; name = "red";
@ -92,7 +92,7 @@ in {
}; };
}; };
power = { power = {
enabled = true; enabled = false;
refreshInterval = 15; refreshInterval = 15;
position = { position = {
top = 5; top = 5;
@ -103,26 +103,27 @@ in {
}; };
resourceusage = { resourceusage = {
enabled = true; enabled = true;
showModuleName = false;
refreshInterval = 1; refreshInterval = 1;
showCPU = true; showCPU = true;
showMem = true; showMem = true;
showSwp = true; showSwp = true;
cpuCombined = false; cpuCombined = true;
position = { position = {
top = 1; top = 2;
left = 1; left = 0;
height = 1; height = 2;
width = 1; width = 3;
}; };
}; };
security = { security = {
enabled = true; enabled = true;
refreshInterval = "1h"; refreshInterval = "1h";
position = { position = {
top = 1; top = 0;
left = 2; left = 3;
height = 1; height = 3;
width = 1; width = 2;
}; };
}; };
}; };