mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: switch to swaync (2)
This commit is contained in:
parent
5690acd21c
commit
b256abfc27
1 changed files with 22 additions and 22 deletions
|
|
@ -1,25 +1,25 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
# services = {
|
||||||
mako = {
|
# mako = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
font = "JetBrainsMono Nerd Font 12";
|
# font = "JetBrainsMono Nerd Font 12";
|
||||||
padding = "15";
|
# padding = "15";
|
||||||
defaultTimeout = 5000;
|
# defaultTimeout = 5000;
|
||||||
borderSize = 2;
|
# borderSize = 2;
|
||||||
borderRadius = 5;
|
# borderRadius = 5;
|
||||||
backgroundColor = "#1e1e2e";
|
# backgroundColor = "#1e1e2e";
|
||||||
borderColor = "#b4befe";
|
# borderColor = "#b4befe";
|
||||||
progressColor = "over #313244";
|
# progressColor = "over #313244";
|
||||||
textColor = "#cdd6f4";
|
# textColor = "#cdd6f4";
|
||||||
icons = true;
|
# icons = true;
|
||||||
actions = true;
|
# actions = true;
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
text-alignment=center
|
# text-alignment=center
|
||||||
[urgency=high]
|
# [urgency=high]
|
||||||
default-timeout=100000000
|
# default-timeout=100000000
|
||||||
border-color=#fab387
|
# border-color=#fab387
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue