rclone_ to rclone-

This commit is contained in:
rileyrg 2023-11-14 13:09:43 +01:00
parent d190097b19
commit db44cbae6a
4 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View file

@ -100,7 +100,7 @@
!/directories/bin/add-user-paths
!/directories/bin/battery-warning*
!/directories/bin/confirm-suspend
!/directories/bin/rclone_gdrive_sync
!/directories/bin/rclone-gdrive-sync
!/directories/bin/display-id
!/directories/bin/dropbox-start-once
!/directories/bin/edit

View file

@ -2036,7 +2036,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it
notify-send -t 3000 "${@}" || true
<a id="org1b4a91b"></a>
<a id="org2974e24"></a>
### ~/bin/sway/sway-screen
@ -2082,7 +2082,7 @@ See <https://www.reddit.com/r/swaywm/comments/10ys0oy/comment/j80lu88/?context=3
### ~/bin/sway/sway-screen-menu
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org1b4a91b).
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org2974e24).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9
@ -3366,7 +3366,7 @@ strip debug info and store elsewhere
pulse/pipeline volume control.
Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status.
See [examples](#orgb668fc0).
See [examples](#org2b82c38).
#!/usr/bin/env bash
# Maintained in linux-config.org
@ -3400,7 +3400,7 @@ See [examples](#orgb668fc0).
echo "$(getVolume)"
<a id="orgb668fc0"></a>
<a id="org2b82c38"></a>
### Examples:
@ -3654,7 +3654,7 @@ See [XMGNeo 15 keyboard backlight controller](https://github.com/pobrn/ite8291r3
## rclone
### ~/bin/rclone\_gdrive\_sync
### ~/bin/rclone-gdrive-sync
#!/usr/bin/env bash
# Maintained in linux-config.org

View file

@ -4374,8 +4374,8 @@ See [[https://github.com/pobrn/ite8291r3-ctl][XMGNeo 15 keyboard backlight contr
#+RESULTS:
** rclone
*** ~/bin/rclone_gdrive_sync
#+begin_src bash :tangle "~/bin/rclone_gdrive_sync"
*** ~/bin/rclone-gdrive-sync
#+begin_src bash :tangle "~/bin/rclone-gdrive-sync"
#!/usr/bin/env bash
# Maintained in linux-config.org
me=$(basename "$0")