From 08c75355635fc2e4a9067ca05a2851c75d6176df Mon Sep 17 00:00:00 2001 From: elenapan Date: Thu, 1 Aug 2019 17:16:23 +0300 Subject: [PATCH] re-enabled start screen + added download links for icomoon and my custom iosevka build Former-commit-id: 5c1e8f0e74b6676b7358ebd9acf8185cab02cb1f Former-commit-id: 7317c687b9878bbc96bcb625f6da47dae3239593 Former-commit-id: f90d4ad5b45706c6263a2290b15873171d3f64dc Former-commit-id: cefe55710ceaac9a3852c7fd42c347938e17150a --- README.md | 4 ++-- config/awesome/rc.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69cacc5..8891b8c 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ If you notice that something is missing, please open an issue so I can add the d ##### Icon fonts + **Typicons** + **Material Icons** -+ **Icomoon** ++ **Icomoon** - [download](https://transfer.sh/yDUzi/icomoon.zip) + **Nerd Fonts** ##### Monospace -+ **Iosevka** ++ **Iosevka** - [download my custom build](https://transfer.sh/feYsR/myosevka.zip) + **Anka/Coder** ##### Fancy + **Scriptina** diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 9bf93b4..664b12f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -199,7 +199,7 @@ local exit_screen = require("noodle.exit_screen_v2") -- Start screen -- Have not used/tested it in a long time. -- Some things might not work properly. --- local start_screen = require("noodle.start_screen") +local start_screen = require("noodle.start_screen") -- Lock screen -- Make sure to configure your password in the 'user' section above