Nerd Fonts v3.0 Icon Fix

This commit is contained in:
Sravan Balaji
2023-05-07 10:16:15 -04:00
parent efd42ea3e5
commit c1745d6622
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ awful.layout.layouts = {
** Tags
#+BEGIN_SRC lua :tangle rc.lua
taglist = { "", "", " ₃", " ₄", "", "", "", " ₈", " ₉" }
taglist = { "󰍩", "󰗚", " ₃", " ₄", "󰖟", "", "󰊢", " ₈", " ₉" }
#+END_SRC
* Notifications

2
rc.lua
View File

@@ -89,7 +89,7 @@ awful.layout.layouts = {
awful.layout.suit.floating,
}
taglist = { "", "", " ₃", " ₄", "", "", "", " ₈", " ₉" }
taglist = { "󰍩", "󰗚", " ₃", " ₄", "󰖟", "", "󰊢", " ₈", " ₉" }
naughty.config.defaults.timeout = 10 -- in seconds
naughty.config.defaults.position = "top_right"