From 67fe0d9b4f4e362701b57d2799099e5693d1a784 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Mon, 30 Jan 2023 10:29:18 +0600 Subject: [PATCH] refactor: Move aria2 & deadd config to base Signed-off-by: Mubashshir --- {dot-config:aria2 => base/dot-config/aria2}/aria2.conf | 0 {dot-config:deadd => base/dot-config/deadd}/deadd.conf | 10 +++++----- {dot-config:deadd => base/dot-config/deadd}/deadd.css | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename {dot-config:aria2 => base/dot-config/aria2}/aria2.conf (100%) rename {dot-config:deadd => base/dot-config/deadd}/deadd.conf (97%) rename {dot-config:deadd => base/dot-config/deadd}/deadd.css (100%) diff --git a/dot-config:aria2/aria2.conf b/base/dot-config/aria2/aria2.conf similarity index 100% rename from dot-config:aria2/aria2.conf rename to base/dot-config/aria2/aria2.conf diff --git a/dot-config:deadd/deadd.conf b/base/dot-config/deadd/deadd.conf similarity index 97% rename from dot-config:deadd/deadd.conf rename to base/dot-config/deadd/deadd.conf index 1c86eedb..7185170a 100644 --- a/dot-config:deadd/deadd.conf +++ b/base/dot-config/deadd/deadd.conf @@ -60,9 +60,9 @@ configSendNotiClosedDbusMessage = true # Default is true. guessIconFromAppname = true -# Truncates notification bodies with '...' at the specified number of +# Truncates notification bodies with '...' at the specified number of # lines. If -1 is specified, the body text will not be truncated. -# Applies only to notifications within the notification center. +# Applies only to notifications within the notification center. shortenBody = 7 # See section "Notification based scripting" for an explenation @@ -109,12 +109,12 @@ imageMarginTop = 8 imageMarginLeft = 8 imageMarginRight = 8 -# Vertical image alignment. Can be either "top", "center", +# Vertical image alignment. Can be either "top", "center", # "bottom", or "fill". Applies to popup notifications and in-center # notifications. #imageAlignment = top -# Truncates notification bodies with '...' at the specified number of +# Truncates notification bodies with '...' at the specified number of # lines. If -1 is specified, the body text will not be truncated. # Applies only to popup notifications shortenBody = 3 @@ -123,7 +123,7 @@ shortenBody = 3 # Must be either "mouse1", "mouse2", "mouse3", "mouse4", or "mouse5" defaultActionButton = mouse1 -# The mouse button for closing a popup. Must be either "mouse1", +# The mouse button for closing a popup. Must be either "mouse1", # "mouse2", "mouse3", "mouse4", or "mouse5" dismissButton = mouse2 diff --git a/dot-config:deadd/deadd.css b/base/dot-config/deadd/deadd.css similarity index 100% rename from dot-config:deadd/deadd.css rename to base/dot-config/deadd/deadd.css