mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 19:34:36 +02:00
widgets: remove unneeded mountpoints to watch
This commit is contained in:
parent
b0c4a6d43f
commit
505a575614
1 changed files with 0 additions and 2 deletions
|
@ -195,8 +195,6 @@ local fs = { "/",
|
||||||
"/var",
|
"/var",
|
||||||
"/usr",
|
"/usr",
|
||||||
"/tmp",
|
"/tmp",
|
||||||
"/var/cache/build",
|
|
||||||
"/var/lib/mongodb",
|
|
||||||
"/var/lib/systems" }
|
"/var/lib/systems" }
|
||||||
local fsicon = widget({ type = "imagebox" })
|
local fsicon = widget({ type = "imagebox" })
|
||||||
fsicon.image = image(beautiful.icons .. "/widgets/disk.png")
|
fsicon.image = image(beautiful.icons .. "/widgets/disk.png")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue