This commit is contained in:
Lucy von Overheidt 2025-09-09 18:38:16 +02:00
parent d90e44b8cb
commit cca8deb36c
7 changed files with 459 additions and 36 deletions

View file

@ -1,7 +1,8 @@
{ config
, lib
, pkgs
, ...
{
config,
lib,
pkgs,
...
}:
let
makeCommand = command: {
@ -93,11 +94,11 @@ in
border = {
enable = true;
width = 2;
#active.color = "#${base0D}";
#inactive.color = "#${base07}";
active.color = "#ff69b4";
inactive.color = "#7d0d2d";
};
shadow = {
enable = false;
enable = true;
};
preset-column-widths = [
{ proportion = 0.25; }