migrate to waybar

This commit is contained in:
soraefir
2023-11-21 02:36:47 +01:00
parent dca107f483
commit 285d5caa8e
11 changed files with 3728 additions and 21 deletions

View File

@ -1 +1,5 @@
{ ... }: { imports = [ ./sorahiro_soft.nix ]; }
{ ... }: {
imports = [ ./sorahiro_soft.nix ];
colorScheme.colors.radius = "#8px";
}

View File

@ -5,6 +5,7 @@
slug = "sorahiro-hard";
name = "sorahiro-hard";
author = "Soraefir @ Helcel";
kind = "dark";
colors = {
# Format: Name, Pantone, RAL
base00 = "#030B12"; # Rich Black / 6C / 000-15-00
@ -23,7 +24,6 @@
baseOD = "#9331F5"; # Blue-Violet / 7442C / 300-40-45
base0E = "#F53193"; # Royal Pink / 232C / 350-50-50
base0F = "#F53131"; # Deep Carmine Pink / 1788C / 040-50-70
};
};
}

View File

@ -5,6 +5,7 @@
slug = "sorahiro-soft";
name = "sorahiro-soft";
author = "Soraefir @ Helcel";
kind = "dark";
colors = {
# Format: Name, Pantone, RAL
base00 = "#030B12"; # Rich Black / 6C / 000-15-00