Skip to content

Commit e181c65

Browse files
committed
Cleaning up some after update
1 parent 964f2a1 commit e181c65

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This script is meant for those who are intimidated by installing DWM by themselv
88

99
## Things to Know Before You Install
1010
* You need to install git (either sudo pacman -S git or sudo apt install git).
11-
* After you install the script, install the fonts from the Hack folder that was included with the script. These fonts are needed to make the bar look right.
1211
* One of the scripts that the bar uses, weather.py, will need your own Open-WeatherAPI and your location to work. You can get these things by going to https://openweathermap.org
1312
* If you encounter an error, be sure to get as much detail from the script as possible, then file an issue.
1413
* The script has no error reporting. So if it errors out, the only notice you'll get is in the script output. I'm aware that this is not best practice, but I'm still learning bash.
@@ -25,23 +24,13 @@ Step 2. CD into that director
2524

2625
cd dwmricer
2726

28-
Step 3.
29-
30-
cp -r Hack /usr/share/fonts
31-
32-
Step 4. Now, run the script. DO NOT RUN AS ROOT!
27+
Step 3. Now, run the script. DO NOT RUN AS ROOT!
3328

3429
./dwmricer
3530

3631
You will be prompted for your password. You may also be asked to confirm the installation of some software by pressing the y button. Do so. If on Arch or an Arch-based distro, you may be asked which of the base-devel packages to install. Just press enter and install all of them.
3732

38-
Step 4a. (ONLY IF YOU ARE ON UBUNTU or a DEBIAN BASED DISTRO)
39-
40-
cd .dwn/sxhkd
41-
vim (Or nano) sxhkdrc
42-
Edit the Terminal line (super + enter) to a terminal you have installed.
43-
44-
Step 5. Copy this crontab after running "crontab -e" (without the quotes)
33+
Step 4. Copy this crontab after running "crontab -e" (without the quotes) NOTE: You may need to install cronie for this to work.
4534

4635
SHELL=/bin/bash
4736
@@ -50,9 +39,9 @@ Step 5. Copy this crontab after running "crontab -e" (without the quotes)
5039
@daily pacupdate.sh >> .updates
5140
*/3 * * * * temp.sh
5241

53-
Step 6. Log out of your current DE or Window Manager.
42+
Step 5. Log out of your current DE or Window Manager.
5443

55-
Step 7. Log into DWM. (There should be a little cog or something on your log in screen to change your current session)
44+
Step 6. Log into DWM. (There should be a little cog or something on your log in screen to change your current session)
5645

5746

5847
# Keybindings That You Should Know

0 commit comments

Comments
 (0)