meow
This commit is contained in:
parent
d90e44b8cb
commit
cca8deb36c
7 changed files with 459 additions and 36 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue