satisfy Fedora linter #295

This commit is contained in:
piotr
2024-05-02 00:55:37 +02:00
parent 897639a69f
commit 26ef7064f1
7 changed files with 5 additions and 5 deletions

0
nwg-panel-config.desktop Executable file → Normal file
View File

0
nwg-processes.desktop Executable file → Normal file
View File

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python3
import subprocess import subprocess

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python3
import os import os
import time import time

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/bash
# This is a helper to the arch-updates.py executor # This is a helper to the arch-updates.py executor
# Add `<your-terminal-here> -e "au.sh; swaymsg reload"` as the On left click action # Add `<your-terminal-here> -e "au.sh; swaymsg reload"` as the On left click action

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/bash
a=$(swaync-client -c) a=$(swaync-client -c)

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/bash
# Based on the 'Github notifications' example from Waybar's Wiki # Based on the 'Github notifications' example from Waybar's Wiki
# Depends on jq Command-line JSON processor # Depends on jq Command-line JSON processor