Skip to content

Commit 2310c6f

Browse files
author
guttermonk
committed
Fix README.md formatting for code and list indentation
1 parent 687506d commit 2310c6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ System Requirements:
2525

2626
## Privacy
2727
External Network Requests: The script uses `ping -c 1 -W 2 8.8.8.8` to check network connectivity and send packets to Google's DNS servers (8.8.8.8), which could potentially reveal:
28-
- That your system is running and online
29-
- The fact you're using this specific script
30-
- Your IP address to Google's DNS infrastructure
28+
- That your system is running and online
29+
- The fact you're using this specific script
30+
- Your IP address to Google's DNS infrastructure
3131

3232

3333
## How it Works: Step by Step
@@ -111,7 +111,7 @@ To style use the `#custom-nix-updates` ID in your Waybar styles file (`~/.config
111111

112112

113113
If you have you have UPDATE_LOCK_FILE set to "false", the UPDATE_FLAG file will signal that your lock file has been updated. Add the following to your update script, used to update your lock file (i.e. "nix flake update" script), so that the output of nvd diff is piped in:
114-
| tee >(if grep -qe '\\[U'; then touch \"$HOME/.cache/nix-update-update-flag\"; else rm -f \"$HOME/.cache/nix-update-update-flag\"; fi) &&
114+
`| tee >(if grep -qe '\\[U'; then touch \"$HOME/.cache/nix-update-update-flag\"; else rm -f \"$HOME/.cache/nix-update-update-flag\"; fi) &&`
115115

116116
For example:
117117
```nix
@@ -124,7 +124,7 @@ For example:
124124
```
125125

126126
The REBUILD_FLAG signals this script to run after your system has been rebuilt. Add this to your update script to create the REBUILD_FLAG and send a signal to waybar to refresh after updating:
127-
touch $HOME/.cache/nix-update-rebuild-flag && pkill -x -RTMIN+12 .waybar-wrapped &&
127+
`touch $HOME/.cache/nix-update-rebuild-flag && pkill -x -RTMIN+12 .waybar-wrapped &&`
128128

129129
For example:
130130
```nix

0 commit comments

Comments
 (0)