Added mako notification manager to repo
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
font=monospace 12
|
||||||
|
background-color=#000000e6
|
||||||
|
text-color=#eeeeeeff
|
||||||
|
border-color=#eeeeeeff
|
||||||
|
border-size=3
|
||||||
|
default-timeout=10000
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
background-color=#1a1a1ae6
|
||||||
|
text-color=#999999ff
|
||||||
|
border-color=#444444ff
|
||||||
|
default-timeout=5000
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
background-color=#000000e6
|
||||||
|
text-color=#eeeeeeff
|
||||||
|
border-color=#eeeeeeff
|
||||||
|
default-timeout=10000
|
||||||
|
|
||||||
|
[urgency=critical]
|
||||||
|
background-color=#4d0000e6
|
||||||
|
text-color=#ffffffff
|
||||||
|
border-color=#ff0000ff
|
||||||
|
border-size=5
|
||||||
|
default-timeout=0
|
||||||
@@ -234,6 +234,9 @@ layout {
|
|||||||
spawn-at-startup "waybar"
|
spawn-at-startup "waybar"
|
||||||
spawn-sh-at-startup "kanshi"
|
spawn-sh-at-startup "kanshi"
|
||||||
spawn-sh-at-startup "awww-daemon"
|
spawn-sh-at-startup "awww-daemon"
|
||||||
|
spawn-at-startup "mako"
|
||||||
|
spawn-sh-at-startup "polkit-gnome-authentication-agent-1"
|
||||||
|
spawn-at-startup "xwayland-satellite"
|
||||||
|
|
||||||
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
||||||
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
||||||
|
|||||||
@@ -18,9 +18,17 @@
|
|||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# Password manager
|
||||||
rbw
|
rbw
|
||||||
wtype
|
wtype
|
||||||
rofi-rbw
|
rofi-rbw
|
||||||
|
|
||||||
|
# Notifications
|
||||||
|
mako
|
||||||
|
libnotify
|
||||||
|
polkit_gnome
|
||||||
|
|
||||||
|
# Other
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -30,5 +38,6 @@
|
|||||||
".config/fuzzel/fuzzel.ini".source = ../assets/.config/fuzzel/fuzzel.ini;
|
".config/fuzzel/fuzzel.ini".source = ../assets/.config/fuzzel/fuzzel.ini;
|
||||||
".config/alacritty/alacritty.toml".source = ../assets/.config/alacritty/alacritty.toml;
|
".config/alacritty/alacritty.toml".source = ../assets/.config/alacritty/alacritty.toml;
|
||||||
".config/rofi-rbw.rc".source = ../assets/.config/rofi-rbw.rc;
|
".config/rofi-rbw.rc".source = ../assets/.config/rofi-rbw.rc;
|
||||||
|
".config/mako/config".source = ../assets/.config/mako/config;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user