syncrclone-htop

This commit is contained in:
rileyrg 2023-11-25 23:14:56 +01:00
parent 3aa90c0ef3
commit 8b0b004a22
4 changed files with 10 additions and 11 deletions

View file

@ -2000,7 +2000,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 notify-send -t 3000 "${@}" || true
<a id="org330f0c8"></a> <a id="orgec2abdc"></a>
### ~/bin/sway/sway-screen ### ~/bin/sway/sway-screen
@ -2046,7 +2046,7 @@ See <https://www.reddit.com/r/swaywm/comments/10ys0oy/comment/j80lu88/?context=3
### ~/bin/sway/sway-screen-menu ### ~/bin/sway/sway-screen-menu
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org330f0c8). Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orgec2abdc).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9 :ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9
@ -3348,7 +3348,7 @@ strip debug info and store elsewhere
pulse/pipeline volume control. 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. 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](#org1ceca14). See [examples](#org1b6f558).
#!/usr/bin/env bash #!/usr/bin/env bash
# Maintained in linux-config.org # Maintained in linux-config.org
@ -3382,7 +3382,7 @@ See [examples](#org1ceca14).
echo "$(getVolume)" echo "$(getVolume)"
<a id="org1ceca14"></a> <a id="org1b6f558"></a>
### Examples: ### Examples:
@ -3681,7 +3681,7 @@ See [XMGNeo 15 keyboard backlight controller](https://github.com/pobrn/ite8291r3
#!/usr/bin/env bash #!/usr/bin/env bash
# Maintained in linux-config.org # Maintained in linux-config.org
htop -p $(pgrep -f syncrclone | tr '\n' ',') htop -F "syncrclone"
### ~/bin/syncrclone-once ### ~/bin/syncrclone-once

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Maintained in linux-config.org # Maintained in linux-config.org
htop -p $(pgrep -f syncrclone | tr '\n' ',') htop -F "syncrclone"

View file

@ -18,7 +18,6 @@ output DP-2 mode 2560x1440 position 0,0
} }
{ {
output eDP-1 mode 1920x1080 position 4480,0 output eDP-1 mode 1920x1080 position 1920,0
output DP-4 mode 2560x1440 position 0,0 output DP-4 mode 1920x1080 position 0,0
output DP-5 mode 1920x1080 position 2560,0 }
}

View file

@ -4461,7 +4461,7 @@ https://github.com/Jwink3101/syncrclone
#+begin_src bash :tangle "~/bin/syncrclone-htop" #+begin_src bash :tangle "~/bin/syncrclone-htop"
#!/usr/bin/env bash #!/usr/bin/env bash
# Maintained in linux-config.org # Maintained in linux-config.org
htop -p $(pgrep -f syncrclone | tr '\n' ',') htop -F "syncrclone"
#+end_src #+end_src
*** ~/bin/syncrclone-once *** ~/bin/syncrclone-once
#+begin_src bash :tangle "~/bin/syncrclone-once" #+begin_src bash :tangle "~/bin/syncrclone-once"