Skip to content

Commit

Permalink
Added author name and corrected --help text
Browse files Browse the repository at this point in the history
  • Loading branch information
agopdev committed May 3, 2024
1 parent c0765e5 commit 9356407
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/xfwall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export CONFIG_FILE_PATH=~/.xfwall/config.json
export XFWALL_VERSION="0.1.2"
export XFWALL_VERSION="0.1.3"

# Monitor name
get_all_monitors() {
Expand Down Expand Up @@ -127,12 +127,14 @@ display_help() {
Version: "$XFWALL_VERSION"
By Alonso González-Leal
Usage: xfwall [command|option] [value]
Commands:
start Start xfwall with the actual configuration
change Change actual wallpaper, doesn't restart timer
change Change current wallpaper, doesn't restart timer
add Add some search parameter
del Remove some search parameter
enable Enable some search option
Expand Down

0 comments on commit 9356407

Please sign in to comment.