mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
widgets: add many icons
This commit is contained in:
parent
548ed82f2d
commit
2d5c5892b1
17 changed files with 57 additions and 35 deletions
8
rc.lua
8
rc.lua
|
@ -50,10 +50,10 @@ config.layouts = {
|
|||
awful.layout.suit.floating,
|
||||
}
|
||||
config.tags = {
|
||||
{ layout = awful.layout.suit.fair }, -- 1
|
||||
{ name = "emacs", mwfact = 0.6 },
|
||||
{ name = "www", mwfact = 0.7 },
|
||||
{ name = "im" , mwfact = 0.2 },
|
||||
{ layout = awful.layout.suit.fair, icon = "main" }, -- 1
|
||||
{ name = "emacs", mwfact = 0.6, icon = "dev" },
|
||||
{ name = "www", mwfact = 0.7, icon = "web" },
|
||||
{ name = "im" , mwfact = 0.2, icon = "im" },
|
||||
{ }, -- 5
|
||||
{ }, -- 6
|
||||
{ }, -- 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue