diff --git a/src/widgets/proc_linux.go b/src/widgets/proc_other.go similarity index 98% rename from src/widgets/proc_linux.go rename to src/widgets/proc_other.go index dd3cae5..d5431ac 100644 --- a/src/widgets/proc_linux.go +++ b/src/widgets/proc_other.go @@ -1,3 +1,5 @@ +// +build linux freebsd + package widgets import ( diff --git a/src/widgets/temp_linux.go b/src/widgets/temp_other.go similarity index 96% rename from src/widgets/temp_linux.go rename to src/widgets/temp_other.go index 1366403..fa33383 100644 --- a/src/widgets/temp_linux.go +++ b/src/widgets/temp_other.go @@ -1,3 +1,5 @@ +// +build linux freebsd + package widgets import (