9 Commits

Author SHA1 Message Date
31adc47f0e README.md Update 2020-10-13 04:09:03 +03:00
6e16588de9 README.md Update 2020-10-12 19:05:00 +03:00
35186ae737 Delete '.SRCINFO' 2020-10-12 17:52:42 +02:00
1e5e1754de Delete 'PKGBUILD' 2020-10-12 17:52:28 +02:00
47f33bdc03 Update 2020-10-12 18:36:51 +03:00
3cb13a52ac SHA512SUM correction 2020-10-10 14:55:37 +03:00
da5878261a Updated PKGBUILD 2020-04-30 22:15:12 +03:00
2e8e10c0db Updated PKGBUILD 2020-04-22 13:42:55 +03:00
7c2566956c Added PKGBUILD 2020-04-22 13:30:22 +03:00
3 changed files with 21 additions and 5 deletions

View File

@@ -1,13 +1,15 @@
# Preparing this script for Artix Repos
### Uncomplicated Fire Wall (UFW) Script for Artix Repos to add a tray icon with UFW status to the panel
# ufwIconbar (Add an icon with UFW status to the panel)
![Screenshot](https://imgur.com/osOZxnR.png)
<p align="center">
<img width="100" height="100" src="https://imgur.com/osOZxnR.png?raw=true">
</p>
- Show an icon into panel when UFW (Uncomplicated FireWall) is actived or deactivated.
- Tested with XFCE4 Desktop environment (Artix, Arch & Manjaro)
- Requisites: yad
- Requisites: yad, ufw, gufw
- forked from https://github.com/juanmafont/ufwIconbar
- Wayland ready as from [1-2](https://gitea.artixlinux.org/linuxer/ufwIconbar/src/tag/1-2) Release and on

12
gufw icon.desktop Normal file
View File

@@ -0,0 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=gufw icon
Comment=
Exec=gufw_icon.sh
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=false
Hidden=true

2
gufw_icon.sh Normal file → Executable file
View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
export GDK_BACKEND=x11
# create a FIFO file, used to manage the I/O redirection from shell
PIPE=$(mktemp -u --tmpdir ${0##*/}.XXXXXXXX)
mkfifo $PIPE