[style]: Change mako and wofi style
This commit is contained in:
parent
5850436e06
commit
999718f06e
@ -9,5 +9,7 @@
|
||||
|
||||
./wms/hyprland.nix
|
||||
./wms/waybar.nix
|
||||
./wms/wofi.nix
|
||||
./wms/mako.nix
|
||||
];
|
||||
}
|
||||
|
12
home-manager/modules/wms/mako.nix
Normal file
12
home-manager/modules/wms/mako.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
xdg.configFile."mako/config".text = ''
|
||||
background-color=#303446
|
||||
text-color=#c6d0f5
|
||||
border-color=#8caaee
|
||||
progress-color=over #414559
|
||||
default-timeout=5000
|
||||
|
||||
[urgency=high]
|
||||
border-color=#ef9f76
|
||||
'';
|
||||
}
|
8
home-manager/modules/wms/wofi.nix
Normal file
8
home-manager/modules/wms/wofi.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile."wofi/style.css".source = pkgs.requireFile {
|
||||
xdg.configFile."wofi/style.css".source = pkgs.fetchurl {
|
||||
name = "style.css";
|
||||
url = "https://raw.githubusercontent.com/PaulGuerre/arch_dotfiles/main/wofi/style.css";
|
||||
sha256 = "16lr4j0nn6kpggr4wdz9s0jymqmn05vm7i4vsdslzp5vlarcv03j";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user