mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
font download links now point to dropbox, small fixes to rc.lua, clarification for statusline.vim
This commit is contained in:
parent
a3ec5f2798
commit
4b852e971c
3 changed files with 12 additions and 5 deletions
|
|
@ -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) |
|
||||
| --- | --- | --- |
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 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**
|
||||
|
|
|
|||
|
|
@ -786,6 +786,11 @@ awful.rules.rules = {
|
|||
-- "Subl3",
|
||||
},
|
||||
},
|
||||
except_any = {
|
||||
class = {
|
||||
"Nm-connection-editor",
|
||||
},
|
||||
},
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[4] }
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue