feat: format mako notifications

This commit is contained in:
max_richter 2022-01-19 14:15:58 +01:00 committed by Jim Richter
parent b54da97755
commit 69eaed1d48
2 changed files with 12 additions and 3 deletions

View File

@ -2,20 +2,27 @@ sort=-time
layer=overlay layer=overlay
background-color=#ffffff background-color=#ffffff
width=300 width=300
height=110 height=300
border-color=#000000 border-color=#000000
border-radius=0 border-radius=2
icons=0 icons=0
max-icon-size=64 max-icon-size=64
default-timeout=5000 default-timeout=5000
ignore-timeout=1 ignore-timeout=1
font=monospace 14 font=FiraMono Nerd Font 14
text-color=#000000 text-color=#000000
margin=5
padding=0,20,20,10
border-size=5
[urgency=low] [urgency=low]
border-size=0
border-color=#000000 border-color=#000000
background-color=#ffffff99
[urgency=normal] [urgency=normal]
border-size=0
progress-color=over #ff0000
border-color=#d08770 border-color=#d08770
[urgency=high] [urgency=high]

View File

@ -32,6 +32,8 @@ return require("packer").startup(
use "junegunn/fzf" use "junegunn/fzf"
use "nvim-telescope/telescope.nvim" use "nvim-telescope/telescope.nvim"
use "sakhnik/nvim-gdb"
-- Postman like features -- Postman like features
use "NTBBloodbath/rest.nvim" use "NTBBloodbath/rest.nvim"