[service] enabled and configured mako
This commit is contained in:
parent
6fc8077a97
commit
50f2629637
@ -7,6 +7,7 @@
|
|||||||
./clipse
|
./clipse
|
||||||
./git
|
./git
|
||||||
./hyprland
|
./hyprland
|
||||||
|
./mako
|
||||||
./mpv
|
./mpv
|
||||||
./ssh
|
./ssh
|
||||||
./theme
|
./theme
|
||||||
|
1
nix/home/mako/default.nix
Normal file
1
nix/home/mako/default.nix
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ ... }: { imports = [ ./mako.nix ]; }
|
33
nix/home/mako/mako.nix
Normal file
33
nix/home/mako/mako.nix
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
# mako
|
||||||
|
services = {
|
||||||
|
mako = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
# sorting
|
||||||
|
sort = "-time";
|
||||||
|
|
||||||
|
# location
|
||||||
|
anchor = "top-right";
|
||||||
|
layer = "top";
|
||||||
|
padding = "20,20,10";
|
||||||
|
margin = "10,10,10";
|
||||||
|
|
||||||
|
# theme
|
||||||
|
font = "Ubuntu Light 12";
|
||||||
|
|
||||||
|
# size
|
||||||
|
width = 350;
|
||||||
|
height = 125;
|
||||||
|
|
||||||
|
# colors
|
||||||
|
backgroundColor = "#15121b";
|
||||||
|
textColor = "#fab387";
|
||||||
|
borderColor = "#3d66b9";
|
||||||
|
borderSize = 2;
|
||||||
|
borderRadius = 8;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -28,6 +28,7 @@
|
|||||||
unstable.hyprlock
|
unstable.hyprlock
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
jq
|
||||||
|
libnotify
|
||||||
lxappearance-gtk2
|
lxappearance-gtk2
|
||||||
unstable.satty
|
unstable.satty
|
||||||
slurp
|
slurp
|
||||||
|
Reference in New Issue
Block a user