From a895a13ccef868219be4b3b672653ffad882502e 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 Former-commit-id: 4b852e971cb199b81314cf71e38645a2540fb572 Former-commit-id: 29087b0bedd14b1d66588d413580986cab275c3b Former-commit-id: fee7d8452fb6da8b85d5e0e4a374c21e2377fea2 Former-commit-id: 204e2ce1a867ca40c261bc97c4c1aecdd9c65d2d --- 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