From 4b852e971cb199b81314cf71e38645a2540fb572 Mon Sep 17 00:00:00 2001 From: elenapan Date: Sat, 3 Aug 2019 03:34:46 +0300 Subject: [PATCH] font download links now point to dropbox, small fixes to rc.lua, clarification for statusline.vim --- README.md | 8 ++++---- config/awesome/rc.lua | 5 +++++ config/nvim/statusline.vim | 4 +++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e3f2da..2424383 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ ## New features -| Anti-aliased rounded corners | App drawer | Lock screen | +| Anti-aliased rounded corners | App drawer | Lock screen - [See it in action here](https://streamable.com/d2t8f) | | --- | --- | --- | -| ![Screenshot](https://i.imgur.com/PXwQc87.png) | ![Screenshot](https://i.imgur.com/Z5rYUvI.png) | ![Gif](https://user-images.githubusercontent.com/31134749/62258852-d5279f00-b414-11e9-8d6b-046cd826da87.gif) | +| ![Screenshot](https://i.imgur.com/PXwQc87.png) | ![Screenshot](https://i.imgur.com/Z5rYUvI.png) | ![Screenshot](https://i.imgur.com/BL0USAH.png) | ## Dependencies Here is a complete list of dependencies needed for making these themes work. @@ -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** - [download](https://transfer.sh/yDUzi/icomoon.zip) ++ **Icomoon** - [download](https://www.dropbox.com/s/hrkub2yo9iapljz/icomoon.zip?dl=0) + **Nerd Fonts** ##### Monospace -+ **Iosevka** - [download my custom build](https://transfer.sh/feYsR/myosevka.zip) ++ **Iosevka** - [download my custom build](https://www.dropbox.com/s/nqyurzy8wcupkkz/myosevka.zip?dl=0) + **Anka/Coder** ##### Fancy + **Scriptina** diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 664b12f..d640eef 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -786,6 +786,11 @@ awful.rules.rules = { -- "Subl3", }, }, + except_any = { + class = { + "Nm-connection-editor", + }, + }, properties = { screen = 1, tag = awful.screen.focused().tags[4] } }, diff --git a/config/nvim/statusline.vim b/config/nvim/statusline.vim index 41c9492..a8dab1a 100644 --- a/config/nvim/statusline.vim +++ b/config/nvim/statusline.vim @@ -1,5 +1,7 @@ -" Make sure to source this file somewhere at the bottom of your config. " ==================================================================== +" Make sure to: +" 1. source this file somewhere at the bottom of your config. +" 2. disable any statusline plugins, as they will override this. " ==================================================================== " Do not show mode under the statusline since the statusline itself changes