You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-15
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ This script is meant for those who are intimidated by installing DWM by themselv
8
8
9
9
## Things to Know Before You Install
10
10
* 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.
12
11
* 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
13
12
* If you encounter an error, be sure to get as much detail from the script as possible, then file an issue.
14
13
* 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
25
24
26
25
cd dwmricer
27
26
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!
33
28
34
29
./dwmricer
35
30
36
31
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.
37
32
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.
0 commit comments