mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: adds jankyborders so that windows have borders now 👍
This commit is contained in:
parent
af37ea8f2d
commit
47fd035aca
1 changed files with 18 additions and 0 deletions
18
modules/home/jankyborders.nix
Executable file
18
modules/home/jankyborders.nix
Executable file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
jankyborders
|
||||||
|
];
|
||||||
|
home.file.".config/borders/bordersrc" = {
|
||||||
|
executable = true;
|
||||||
|
text = ''
|
||||||
|
borders \
|
||||||
|
style=round \
|
||||||
|
width=8.0 \
|
||||||
|
hidpi=off \
|
||||||
|
active_color=0xc0e2e2e3 \
|
||||||
|
inactive_color=0xc02c2e34 \
|
||||||
|
background_color=0x302c2e34
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue