[wiki] [sites] fix markup syntax || efe

From: <git_AT_suckless.org>
Date: Sat, 05 Jan 2019 21:28:07 +0100

commit 058288caca27dae70c5a0a8e614aac0344e6d293
Author: efe <efe_AT_efe.kim>
Date: Sat Jan 5 15:27:45 2019 -0500

    fix markup syntax

diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
index c52cd5e0..fdd14d4d 100644
--- a/dwm.suckless.org/status_monitor/index.md
+++ b/dwm.suckless.org/status_monitor/index.md
_AT_@ -74,14 +74,14 @@ Helper Functions In The Shell
 * wifi status (interface wlp3s0): `cat /sys/class/net/wlp3s0/opestate`
 * CPU temperature: `sed 's/000$/°C/' /sys/class/thermal/thermal_zone0/temp`
 
- Alternatively you can use `acpi -t` or `sensors` from lm-sensors
- package. For older systems you can get the cpu temperature from
- `/proc/acpi/thermal_zone/THM0/temperature`
+ Alternatively you can use `acpi -t` or `sensors` from lm-sensors
+ package. For older systems you can get the cpu temperature from
+ `/proc/acpi/thermal_zone/THM0/temperature`
 
 * Remaining battery: `cat /sys/class/power_supply/BAT0/capacity`
 
- Alternatively you can use `acpi -b`. For older systems you can get
- the battery capacity from `/proc/acpi/battery/BAT0/state`.
+ Alternatively you can use `acpi -b`. For older systems you can get
+ the battery capacity from `/proc/acpi/battery/BAT0/state`.
 
 Using shell scripts very well leads to big scripts, which pull in unneeded
 dependencies. One solution for this is to write everything in C, which is much
diff --git a/tools.suckless.org/dmenu/scripts/index.md b/tools.suckless.org/dmenu/scripts/index.md
index 9d43864f..230a5e01 100644
--- a/tools.suckless.org/dmenu/scripts/index.md
+++ b/tools.suckless.org/dmenu/scripts/index.md
_AT_@ -11,13 +11,13 @@ Download
 * [dbrowse](https://github.com/clamiax/scripts/blob/master/src/dbrowse):
   little files navigator
 * [dmenu_pass](http://efe.kim/files/scripts/dmenu_pass): A simpler pass menu
- implementation (ignores subfolders).
-* [dmenu_path_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path):
+ implementation.
+* [dmenu\_path\_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path):
   dmenu_path implementation listing recent commands first. Similar to
   [run-recent](run-recent), but it uses atime to find recently executed commands
   rather than a cache. As such, it also takes into account programs executed from
   the terminal.
-* [dmenu_run_history](dmenu_run_with_command_history):
+* [dmenu\_run\_history](dmenu_run_with_command_history):
   dmenu_run alternative with command history
 * [dmenu_websearch](http://efe.kim/files/scripts/dmenu_websearch):
   browser independent address bar
Received on Sat Jan 05 2019 - 21:28:07 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 05 2019 - 21:36:26 CET