From f3de8024ce6c70c1fbab40c1e61b22274b90215d Mon Sep 17 00:00:00 2001 From: assada Date: Tue, 14 May 2024 21:51:39 +0300 Subject: [PATCH] nwgbar icons --- nwgbar-icons/install.sh | 4 ++++ nwgbar-icons/lock.svg | 8 ++++++++ nwgbar-icons/logout.svg | 8 ++++++++ nwgbar-icons/reboot.svg | 10 ++++++++++ nwgbar-icons/shutdown.svg | 8 ++++++++ nwgbar-icons/suspend.svg | 10 ++++++++++ 6 files changed, 48 insertions(+) create mode 100755 nwgbar-icons/install.sh create mode 100644 nwgbar-icons/lock.svg create mode 100644 nwgbar-icons/logout.svg create mode 100644 nwgbar-icons/reboot.svg create mode 100644 nwgbar-icons/shutdown.svg create mode 100644 nwgbar-icons/suspend.svg diff --git a/nwgbar-icons/install.sh b/nwgbar-icons/install.sh new file mode 100755 index 0000000..1b9fce8 --- /dev/null +++ b/nwgbar-icons/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Get this script directory +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +cp -r $DIR/* /usr/share/nwg-launchers/nwgbar/images \ No newline at end of file diff --git a/nwgbar-icons/lock.svg b/nwgbar-icons/lock.svg new file mode 100644 index 0000000..208697d --- /dev/null +++ b/nwgbar-icons/lock.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/nwgbar-icons/logout.svg b/nwgbar-icons/logout.svg new file mode 100644 index 0000000..f63a257 --- /dev/null +++ b/nwgbar-icons/logout.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/nwgbar-icons/reboot.svg b/nwgbar-icons/reboot.svg new file mode 100644 index 0000000..13adc69 --- /dev/null +++ b/nwgbar-icons/reboot.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/nwgbar-icons/shutdown.svg b/nwgbar-icons/shutdown.svg new file mode 100644 index 0000000..e2315e0 --- /dev/null +++ b/nwgbar-icons/shutdown.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/nwgbar-icons/suspend.svg b/nwgbar-icons/suspend.svg new file mode 100644 index 0000000..b5d1f6f --- /dev/null +++ b/nwgbar-icons/suspend.svg @@ -0,0 +1,10 @@ + + + + + + + +