Nerd Fonts v3.0 Icon Fix
This commit is contained in:
@@ -245,7 +245,7 @@ awful.layout.layouts = {
|
||||
** Tags
|
||||
|
||||
#+BEGIN_SRC lua :tangle rc.lua
|
||||
taglist = { " ₁", "龎 ₂", " ₃", " ₄", "爵 ₅", " ₆", " ₇", " ₈", " ₉" }
|
||||
taglist = { " ₁", " ₂", " ₃", " ₄", " ₅", " ₆", " ₇", " ₈", " ₉" }
|
||||
#+END_SRC
|
||||
|
||||
* Notifications
|
||||
|
2
rc.lua
2
rc.lua
@@ -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"
|
||||
|
Reference in New Issue
Block a user