5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Ensure Waybar icon offering the available update is removed
|
|
pkill -RTMIN+7 waybar
|