From 08b2be9a87c45fa905b131827ed5ed18fd59fff0 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 10 Feb 2020 18:01:22 +0100 Subject: [PATCH] mako: laser config --- .config/mako/config | 9 +++++++++ .config/systemd/user/mako.service | 11 ----------- 2 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 .config/mako/config delete mode 100644 .config/systemd/user/mako.service diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..1356a0b --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,9 @@ +font=IBM Plex Sans Condensed 30 +width=800 +height=400 +padding=20 +margin=10,0,2 +anchor=bottom-right +background-color=#000000ff +border-color=#e65100ff +text-color=#ff6f00ff diff --git a/.config/systemd/user/mako.service b/.config/systemd/user/mako.service deleted file mode 100644 index 6051304..0000000 --- a/.config/systemd/user/mako.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=A lightweight Wayland notification daemon -Documentation=man:mako(1) -PartOf=graphical-session.target - -[Service] -Type=simple -ExecStart=/usr/bin/mako --font 'IBM Plex Sans 20' --anchor bottom-right --margin 5 - -[Install] -WantedBy=sway-session.target